Fixed a misplaced option

This commit is contained in:
Alexandre Delcamp--Enache 2026-01-04 11:20:46 +01:00
parent 9325c4ad27
commit 03b9dba788

View File

@ -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;
};