]> NullRing Git Server - monorepo.git/commitdiff
fix continuity
authorPreston Pan <ret2pop@gmail.com>
Sat, 31 Jan 2026 05:56:11 +0000 (21:56 -0800)
committerPreston Pan <ret2pop@gmail.com>
Sat, 31 Jan 2026 05:56:11 +0000 (21:56 -0800)
config/nix.org
nix/modules/impermanence.nix
nix/systems/continuity/default.nix

index e2b265157c5bb15d55f4f6002570bc272df5a3e4..11f6dc7b3a7766e42838c35585021c8871e845ed 100644 (file)
@@ -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
index 5a74f6e6c7aa7bfc9ea157117ccf7fb7f64f8380..36b2f7e59660974cf1cf83132b6a5df903a766b7 100644 (file)
@@ -42,6 +42,9 @@
     "/persistent" = {
       neededForBoot = true;
     };
+    "/home" = {
+      neededForBoot = true;
+    };
   } else {};
 
   environment.persistence."/persistent" = {
index c15605504d2329fa3cc563b52e56eca62d5a8d01..94331179a83d1f847022e8e65f569d0a5caa7800 100644 (file)
@@ -14,6 +14,5 @@
         fileSystem = "btrfs";
       };
     };
-    networking.networkmanager.wifi.backend = "iwd";
   };
 }