summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
};