Disable automatic ZFS encrypted dataset import

This commit is contained in:
2025-02-27 21:04:31 +01:00
parent 9335bdeac9
commit 9504d4c5a1

View File

@@ -21,7 +21,7 @@ with pkgs;
];
supportedFilesystems = [ "zfs" ];
zfs = {
requestEncryptionCredentials = true;
requestEncryptionCredentials = false;
extraPools = [ "vault" ];
};
};