tor/initrd: fix typo in secrets-path

This commit is contained in:
makefu 2020-11-17 09:41:39 +01:00
parent 1fec69ac6b
commit 2990395492
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.tv.pubkey
];
hostKeys = [ <secrets/initrd/opensshhost_ecdsa_key> ];
hostKeys = [ <secrets/initrd/openssh_host_ecdsa_key> ];
};
boot.initrd.availableKernelModules = [ "e1000e" ];