2023-09-12 23:10:59 +03:00
parent e45573c8a6
commit 53ce3910aa
2 changed files with 20 additions and 11 deletions

View File

@@ -96,13 +96,14 @@ rec {
sshPattern = "100.89.176.?"; # until we have more hosts
};
motiejus.cidrs = let
mHosts =
mHosts =
attrVals [
"mxp10.motiejus.jakst"
"fwmine.motiejus.jakst"
"mxp10.motiejus.jakst"
"fwmine.motiejus.jakst"
]
hosts;
in builtins.catAttrs "jakstIP" mHosts;
in
builtins.catAttrs "jakstIP" mHosts;
vno1.cidr = "192.168.189.0/24";
};