Update flake.lock #83

Merged
kalipso merged 33 commits from staging into master 2025-02-22 21:06:42 +01:00
Showing only changes of commit 4fc2eff84a - Show all commits

View File

@@ -102,7 +102,7 @@ in
mountOptions = [ "umask=0077" ]; mountOptions = [ "umask=0077" ];
}; };
}; };
encryptedSwap = { encryptedSwap = lib.mkIf cfg.encryption {
size = cfg.root.swap; size = cfg.root.swap;
content = { content = {
type = "swap"; type = "swap";