diff --git a/hosts/Aphelion/hardware-Aphelion.nix b/hosts/Aphelion/hardware-Aphelion.nix index 5246899..16a0755 100644 --- a/hosts/Aphelion/hardware-Aphelion.nix +++ b/hosts/Aphelion/hardware-Aphelion.nix @@ -34,6 +34,7 @@ device = "/dev/disk/by-uuid/3126fadd-b793-4110-bcb7-577b7978cba2"; fsType = "btrfs"; options = [ "compress=zstd" "subvol=@home-persist" ]; + neededForBoot = true; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/595C-784B"; diff --git a/hosts/generic/home-persistence.nix b/hosts/generic/home-persistence.nix index 3152d5f..43b7b41 100644 --- a/hosts/generic/home-persistence.nix +++ b/hosts/generic/home-persistence.nix @@ -8,6 +8,7 @@ ".local/share/nicotine" ".local/share/mpd" ".local/share/AyuGramDesktop" + ".local/state" # XDG User directories "Downloads" "Music"