Try again
This commit is contained in:
parent
c3fc069f34
commit
095876e12d
@ -68,17 +68,17 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
fudo = {
|
fudo = {
|
||||||
secrets.host-secrets = let
|
secrets.host-secrets = mapAttrs
|
||||||
secrets = mapAttrs
|
(hostname: key-pkg: let
|
||||||
(hostname: key-pkg: {
|
|
||||||
initrd-ssh-host-key = {
|
initrd-ssh-host-key = {
|
||||||
source-file = "${key-pkg}/${key-filename}";
|
source-file = "${key-pkg}/${key-filename}";
|
||||||
target-file = "/var/run/ssh/${key-filename}";
|
target-file = "/var/run/ssh/${key-filename}";
|
||||||
user = "root";
|
user = "root";
|
||||||
};
|
};
|
||||||
|
in {
|
||||||
|
initrd-ssh-host-key = builtins.trace "${hostname}: ${initrd-ssh-host-key}" initrd-ssh-host-key;
|
||||||
})
|
})
|
||||||
host-keys;
|
host-keys;
|
||||||
in builtins.trace secrets secrets;
|
|
||||||
|
|
||||||
local-network = {
|
local-network = {
|
||||||
network-definition.hosts = mapAttrs'
|
network-definition.hosts = mapAttrs'
|
||||||
|
Loading…
Reference in New Issue
Block a user