tor/initrd: use hostKeys instead of hostECDSAKey

This commit is contained in:
makefu 2020-11-16 22:25:22 +01:00
parent fcd6ae942d
commit a84ec5151b
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -13,7 +13,7 @@
config.krebs.users.makefu.pubkey config.krebs.users.makefu.pubkey
config.krebs.users.tv.pubkey config.krebs.users.tv.pubkey
]; ];
hostECDSAKey = <secrets/initrd/host_ecdsa_key>; hostKeys = [ <secrets/initrd/opensshhost_ecdsa_key> ];
}; };
boot.initrd.availableKernelModules = [ "e1000e" ]; boot.initrd.availableKernelModules = [ "e1000e" ];