diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-09-18 23:59:04 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-09-18 23:59:04 -0700 |
| commit | ce0c54eb953bd2c649359da547c009598acd3d54 (patch) | |
| tree | e4bbab8206ef6a748885fb2581bea31d45d8e074 /nix/modules/impermanence.nix | |
| parent | ddd81dd89649150e4b47e850752211f14969766c (diff) | |
actually tangle
Diffstat (limited to 'nix/modules/impermanence.nix')
| -rw-r--r-- | nix/modules/impermanence.nix | 2 |
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; }; |
