]> Untitled Git - monorepo.git/commitdiff
actually tangle
authorPreston Pan <ret2pop@gmail.com>
Fri, 19 Sep 2025 06:59:04 +0000 (23:59 -0700)
committerPreston Pan <ret2pop@gmail.com>
Fri, 19 Sep 2025 06:59:04 +0000 (23:59 -0700)
nix/modules/impermanence.nix

index 32bcb2361bd66b09763a4bb66d7f5c00497cf3f0..3bb8f18bfa504477e5db9e8cfc04a3f67ba6b765 100644 (file)
@@ -32,7 +32,7 @@
     umount /btrfs_tmp
   '' else "");
 
-  filesystems = if (config.monorepo.profiles.impermanence.enable) then {
+  fileSystems = if (config.monorepo.profiles.impermanence.enable) then {
     "/persistent" = {
       neededForBoot = true;
     };