Ahh fuck this wtf
This commit is contained in:
parent
095876e12d
commit
0330f6ae78
|
@ -69,14 +69,12 @@ in {
|
|||
|
||||
fudo = {
|
||||
secrets.host-secrets = mapAttrs
|
||||
(hostname: key-pkg: let
|
||||
(hostname: key-pkg: {
|
||||
initrd-ssh-host-key = {
|
||||
source-file = "${key-pkg}/${key-filename}";
|
||||
target-file = "/var/run/ssh/${key-filename}";
|
||||
user = "root";
|
||||
};
|
||||
in {
|
||||
initrd-ssh-host-key = builtins.trace "${hostname}: ${initrd-ssh-host-key}" initrd-ssh-host-key;
|
||||
})
|
||||
host-keys;
|
||||
|
||||
|
|
Loading…
Reference in New Issue