From ddd81dd89649150e4b47e850752211f14969766c Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 18 Sep 2025 23:58:06 -0700 Subject: [PATCH] fix typo bug --- config/nix.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nix.org b/config/nix.org index fa4a659..bdcecb5 100644 --- a/config/nix.org +++ b/config/nix.org @@ -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; }; -- 2.50.1