diff options
| author | Preston Pan <ret2pop@gmail.com> | 2026-01-30 21:56:11 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2026-01-30 21:56:11 -0800 |
| commit | 9e826d9c2bad4a7ccf183257118be37083f26782 (patch) | |
| tree | cd7267c4a0ddb45840af465cc55e38a54fa83309 /nix/modules | |
| parent | c0c2a56d27d26681650a7216aae92a8928377238 (diff) | |
fix continuity
Diffstat (limited to 'nix/modules')
| -rw-r--r-- | nix/modules/impermanence.nix | 3 |
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" = { |
