diff --git a/hosts/common/optional/gnome.nix b/hosts/common/optional/gnome.nix index 74bbeea..bce4bbf 100644 --- a/hosts/common/optional/gnome.nix +++ b/hosts/common/optional/gnome.nix @@ -6,6 +6,7 @@ gdm = { enable = true; autoSuspend = false; + }; }; desktopManager = { gnome.enable = true; diff --git a/hosts/pixnix/hardware-configuration.nix b/hosts/pixnix/hardware-configuration.nix index b01ec79..f1c9fba 100644 --- a/hosts/pixnix/hardware-configuration.nix +++ b/hosts/pixnix/hardware-configuration.nix @@ -22,7 +22,7 @@ }; - filesystems = { + fileSystems = { "/" = { device = "/dev/disk/by-uuid/b2c7656b-2292-4dc9-94f2-a66690a14969"; fsType = "ext4";