diff options
Diffstat (limited to 'config')
| -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 |
