summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-09-18 23:59:04 -0700
committerPreston Pan <ret2pop@gmail.com>2025-09-18 23:59:04 -0700
commitce0c54eb953bd2c649359da547c009598acd3d54 (patch)
treee4bbab8206ef6a748885fb2581bea31d45d8e074 /nix
parentddd81dd89649150e4b47e850752211f14969766c (diff)
actually tangle
Diffstat (limited to 'nix')
-rw-r--r--nix/modules/impermanence.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/modules/impermanence.nix b/nix/modules/impermanence.nix
index 32bcb23..3bb8f18 100644
--- a/nix/modules/impermanence.nix
+++ b/nix/modules/impermanence.nix
@@ -32,7 +32,7 @@
umount /btrfs_tmp
'' else "");
- filesystems = if (config.monorepo.profiles.impermanence.enable) then {
+ fileSystems = if (config.monorepo.profiles.impermanence.enable) then {
"/persistent" = {
neededForBoot = true;
};