diff --git a/hosts/light/configuration.nix b/hosts/light/configuration.nix index d00ee07..2bd75c6 100644 --- a/hosts/light/configuration.nix +++ b/hosts/light/configuration.nix @@ -20,7 +20,7 @@ # Networking networking = { - hostname = "light"; + hostName = "light"; networkmanager = { enable = true; }; @@ -31,8 +31,8 @@ # Desktop Environment/Greeter xserver = { enable = true; + defaultSession = "xfce"; displayManager = { - defaultSession = "xfce"; lightdm = { enable = true; };