Let's just verify...
This commit is contained in:
parent
ea8d7c9007
commit
c3fc069f34
@ -68,7 +68,8 @@ in {
|
||||
};
|
||||
|
||||
fudo = {
|
||||
secrets.host-secrets = mapAttrs
|
||||
secrets.host-secrets = let
|
||||
secrets = mapAttrs
|
||||
(hostname: key-pkg: {
|
||||
initrd-ssh-host-key = {
|
||||
source-file = "${key-pkg}/${key-filename}";
|
||||
@ -77,6 +78,7 @@ in {
|
||||
};
|
||||
})
|
||||
host-keys;
|
||||
in builtins.trace secrets secrets;
|
||||
|
||||
local-network = {
|
||||
network-definition.hosts = mapAttrs'
|
||||
|
Loading…
Reference in New Issue
Block a user