Disable automatic ZFS encrypted dataset import

This commit is contained in:
coolneng 2025-02-27 21:04:31 +01:00
parent 9335bdeac9
commit 9504d4c5a1
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

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