Attempt to make zfs not load keys for root
This commit is contained in:
parent
23c628c9b8
commit
ffa71144cc
|
@ -5,6 +5,7 @@ in
|
||||||
# Configure ZFS
|
# Configure ZFS
|
||||||
boot.supportedFilesystems = [ "zfs" ];
|
boot.supportedFilesystems = [ "zfs" ];
|
||||||
boot.zfs.extraPools = [ "zroot" ];
|
boot.zfs.extraPools = [ "zroot" ];
|
||||||
|
boot.zfs.requestEncryptionCredentials = [ "secure" ];
|
||||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||||
boot.kernelParams = [ "nohibernate" ];
|
boot.kernelParams = [ "nohibernate" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue