Was that just totally irrelevant?
This commit is contained in:
parent
b3258ad8a2
commit
9b3333616d
|
@ -47,10 +47,7 @@ in {
|
|||
kernelParams = [
|
||||
"ip=${ip}"
|
||||
];
|
||||
initrd = let
|
||||
host-key-pkg = host-keys.${config.instance.hostname};
|
||||
host-privkey = builtins.toPath "${host-key-pkg}/${key-filename}";
|
||||
in {
|
||||
initrd = {
|
||||
network = {
|
||||
enable = true;
|
||||
|
||||
|
@ -63,8 +60,7 @@ in {
|
|||
port = 22;
|
||||
authorizedKeys = admin-ssh-keys;
|
||||
hostKeys = [
|
||||
(builtins.trace config.fudo.secrets.host-secrets.${hostname}.initrd-ssh-host-key.target-file
|
||||
config.fudo.secrets.host-secrets.${hostname}.initrd-ssh-host-key.target-file)
|
||||
config.fudo.secrets.host-secrets.${hostname}.initrd-ssh-host-key.target-file
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue