From f3150a6c9967b067326ba46eb02d0e35176f67f2 Mon Sep 17 00:00:00 2001 From: yaroslav Date: Sat, 7 Jun 2025 19:35:48 +0300 Subject: [PATCH] giving up --- hosts/Aphelion/hardware-Aphelion.nix | 1 + hosts/generic/home-persistence.nix | 1 + 2 files changed, 2 insertions(+) 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"