diff --git a/hosts/nullstar/configuration.nix b/hosts/nullstar/configuration.nix index 78c35c4..96e7b55 100644 --- a/hosts/nullstar/configuration.nix +++ b/hosts/nullstar/configuration.nix @@ -24,7 +24,6 @@ "/var/log" "/var/lib/bluetooth" "/var/lib/nixos" - "/etc/NetworkManager/system-connections" ]; files = [ "/etc/machine-id" diff --git a/hosts/nullstar/hardware-configuration.nix b/hosts/nullstar/hardware-configuration.nix index 8b8427c..27966d8 100644 --- a/hosts/nullstar/hardware-configuration.nix +++ b/hosts/nullstar/hardware-configuration.nix @@ -32,7 +32,7 @@ options = [ "size=3G" "mode=755" ]; }; - fileSystems."/home" = { + fileSystems."/home/" = { device = "/dev/disk/by-uuid/64fd3fe5-cef2-4526-b38a-cdc1de944dc3"; fsType = "ext4"; neededForBoot = true; diff --git a/hosts/nullstar/home.nix b/hosts/nullstar/home.nix index 62b3c33..b8b385c 100644 --- a/hosts/nullstar/home.nix +++ b/hosts/nullstar/home.nix @@ -37,8 +37,6 @@ ntfs3g hyprpaper hyprsunset - grim - slurp ]; home.file = {