diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-09-18 23:58:06 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-09-18 23:58:06 -0700 |
| commit | ddd81dd89649150e4b47e850752211f14969766c (patch) | |
| tree | 61b079fa1271e1231a0f55d434990ec9da1534a6 /config | |
| parent | c2720248c8cef1df804d8f5def306d6973eabdcb (diff) | |
fix typo bug
Diffstat (limited to 'config')
| -rw-r--r-- | config/nix.org | 2 |
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; }; |
