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