This shit is so weird
This commit is contained in:
@@ -36,8 +36,6 @@ in {
|
||||
"ip=${initrd-cfg.ip}"
|
||||
];
|
||||
initrd = {
|
||||
secrets = mkForce { };
|
||||
|
||||
network = {
|
||||
enable = true;
|
||||
|
||||
@@ -67,7 +65,7 @@ in {
|
||||
network-definition.hosts = mapAttrs'
|
||||
(hostname: hostOpts: nameValuePair "${hostname}-recovery"
|
||||
{
|
||||
ipv4-address = hostOpts.initrd-network-config.ip;
|
||||
ipv4-address = hostOpts.initrd-network.ip;
|
||||
description = "${hostname} initrd host";
|
||||
})
|
||||
initrd-network-hosts;
|
||||
|
||||
Reference in New Issue
Block a user