From 03b9dba78872eb0ce30652de16bd863fa112bc74 Mon Sep 17 00:00:00 2001 From: Alexandre Delcamp--Enache Date: Sun, 4 Jan 2026 11:20:46 +0100 Subject: [PATCH] Fixed a misplaced option --- hosts/light/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; };