summaryrefslogtreecommitdiff
path: root/nix/modules
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2026-01-30 21:56:11 -0800
committerPreston Pan <ret2pop@gmail.com>2026-01-30 21:56:11 -0800
commit9e826d9c2bad4a7ccf183257118be37083f26782 (patch)
treecd7267c4a0ddb45840af465cc55e38a54fa83309 /nix/modules
parentc0c2a56d27d26681650a7216aae92a8928377238 (diff)
fix continuity
Diffstat (limited to 'nix/modules')
-rw-r--r--nix/modules/impermanence.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nix/modules/impermanence.nix b/nix/modules/impermanence.nix
index 5a74f6e..36b2f7e 100644
--- a/nix/modules/impermanence.nix
+++ b/nix/modules/impermanence.nix
@@ -42,6 +42,9 @@
"/persistent" = {
neededForBoot = true;
};
+ "/home" = {
+ neededForBoot = true;
+ };
} else {};
environment.persistence."/persistent" = {