summaryrefslogtreecommitdiff
path: root/nix/modules/impermanence.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-09-20 02:51:47 -0700
committerPreston Pan <ret2pop@gmail.com>2025-09-20 02:51:47 -0700
commit7d8501ebc97fc238d73dee4638ab58eb32a11dc1 (patch)
treeef918805a7ec4718682ebcc8664942ee669891f5 /nix/modules/impermanence.nix
parenta4a80065fead83b89f79543719efcc3983781cee (diff)
fix impermanence yet again
Diffstat (limited to 'nix/modules/impermanence.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 d728b6a..e2abf3d 100644
--- a/nix/modules/impermanence.nix
+++ b/nix/modules/impermanence.nix
@@ -32,7 +32,7 @@
umount /btrfs_tmp
'' else "");
- boot.initrd.luks.devices = (if (! (config.monorepo.vars.fileSystem == "btrfs")) then {
+ boot.initrd.luks.devices = (if (config.monorepo.vars.fileSystem == "btrfs") then {
crypted = {
device = "/dev/disk/by-partlabel/disk-main-luks";
};