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 /config/nix.org | |
| parent | c0c2a56d27d26681650a7216aae92a8928377238 (diff) | |
fix continuity
Diffstat (limited to 'config/nix.org')
| -rw-r--r-- | config/nix.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/nix.org b/config/nix.org index e2b2651..11f6dc7 100644 --- a/config/nix.org +++ b/config/nix.org @@ -1219,6 +1219,9 @@ This is my impermanence profile, which removes all files on reboot except for th "/persistent" = { neededForBoot = true; }; + "/home" = { + neededForBoot = true; + }; } else {}; environment.persistence."/persistent" = { @@ -3815,7 +3818,6 @@ This is pretty understandable, if you understand all the above. fileSystem = "btrfs"; }; }; - networking.networkmanager.wifi.backend = "iwd"; }; } #+end_src |
