1
Fork 0

Attempt to make zfs not load keys for root

This commit is contained in:
Matei Adriel 2024-01-18 03:04:56 +01:00
parent 23c628c9b8
commit ffa71144cc
No known key found for this signature in database

View file

@ -5,6 +5,7 @@ in
# Configure ZFS
boot.supportedFilesystems = [ "zfs" ];
boot.zfs.extraPools = [ "zroot" ];
boot.zfs.requestEncryptionCredentials = [ "secure" ];
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
boot.kernelParams = [ "nohibernate" ];