]> Untitled Git - monorepo.git/commitdiff
fix typo bug
authorPreston Pan <ret2pop@gmail.com>
Fri, 19 Sep 2025 06:58:06 +0000 (23:58 -0700)
committerPreston Pan <ret2pop@gmail.com>
Fri, 19 Sep 2025 06:58:06 +0000 (23:58 -0700)
config/nix.org

index fa4a659ed4567d0d337955d57cab4ff8e5b2f753..bdcecb589e1bd8446217c5d4fd49dacf51bd37f9 100644 (file)
@@ -1190,7 +1190,7 @@ This is my impermanence profile, which removes all files on reboot except for th
       umount /btrfs_tmp
     '' else "");
 
-    filesystems = if (config.monorepo.profiles.impermanence.enable) then {
+    fileSystems = if (config.monorepo.profiles.impermanence.enable) then {
       "/persistent" = {
         neededForBoot = true;
       };