summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-09-18 23:58:06 -0700
committerPreston Pan <ret2pop@gmail.com>2025-09-18 23:58:06 -0700
commitddd81dd89649150e4b47e850752211f14969766c (patch)
tree61b079fa1271e1231a0f55d434990ec9da1534a6 /config
parentc2720248c8cef1df804d8f5def306d6973eabdcb (diff)
fix typo bug
Diffstat (limited to 'config')
-rw-r--r--config/nix.org2
1 files changed, 1 insertions, 1 deletions
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;
};