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 | |
| parent | c0c2a56d27d26681650a7216aae92a8928377238 (diff) | |
fix continuity
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/modules/impermanence.nix | 3 | ||||
| -rw-r--r-- | nix/systems/continuity/default.nix | 1 |
2 files changed, 3 insertions, 1 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" = { diff --git a/nix/systems/continuity/default.nix b/nix/systems/continuity/default.nix index c156055..9433117 100644 --- a/nix/systems/continuity/default.nix +++ b/nix/systems/continuity/default.nix @@ -14,6 +14,5 @@ fileSystem = "btrfs"; }; }; - networking.networkmanager.wifi.backend = "iwd"; }; } |
