diff --git a/configuration.nix b/configuration.nix index 4b8f1ef..da29410 100644 --- a/configuration.nix +++ b/configuration.nix @@ -21,7 +21,7 @@ with pkgs; ]; supportedFilesystems = [ "zfs" ]; zfs = { - requestEncryptionCredentials = true; + requestEncryptionCredentials = false; extraPools = [ "vault" ]; }; };