Disable automatic ZFS encrypted dataset import
This commit is contained in:
@@ -21,7 +21,7 @@ with pkgs;
|
||||
];
|
||||
supportedFilesystems = [ "zfs" ];
|
||||
zfs = {
|
||||
requestEncryptionCredentials = true;
|
||||
requestEncryptionCredentials = false;
|
||||
extraPools = [ "vault" ];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user