mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:26:34 +01:00
fixs for install image
This commit is contained in:
parent
0b0592cdac
commit
08e8414488
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
jopejoe1 = {
|
||||
|
@ -15,6 +15,7 @@
|
|||
|
||||
networking = {
|
||||
hostName = "installer";
|
||||
wireless.enable = lib.mkForce false;
|
||||
};
|
||||
|
||||
nixpkgs = {
|
||||
|
@ -44,6 +45,8 @@
|
|||
|
||||
i18n.supportedLocales = [ "all" ];
|
||||
|
||||
services.openssh.settings.PermitRootLogin = lib.mkForce "yes";
|
||||
|
||||
programs = {
|
||||
xwayland.enable = true;
|
||||
kdeconnect.enable = true;
|
||||
|
|
Loading…
Reference in a new issue