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