Fix building with Colmena.

Apply overlays and nixpkgs imports once
Do not set hostPlatform explicitly, set it from the network.json file
This commit is contained in:
Greg Hellings
2025-12-22 15:27:36 -06:00
parent 264504050c
commit 856d4ec627
12 changed files with 58 additions and 43 deletions
+25 -13
View File
@@ -19,32 +19,35 @@
"ip": "10.42.1.5",
"ts": "100.88.91.27",
"system": "x86_64-linux",
"tags": [ "router", "server" ]
"tags": ["router", "server"]
},
"hosea": {
"ip": "10.42.1.7",
"ts": "100.68.203.1",
"system": "x86_64-linux",
"tags": [ "server" ]
"tags": ["server"]
},
"icdm-root": {
"system": "x86_64-linux"
},
"isaiah": {
"builder": true,
"ip": "10.42.1.6",
"ts": "100.84.183.79",
"system": "x86_64-linux",
"systems": [ "x86_64-linux", "aarch64-linux" ],
"tags": [ "builder", "kube", "server" ]
"systems": ["x86_64-linux", "aarch64-linux"],
"tags": ["builder", "kube", "server"]
},
"iso": {
"system": "x86_64-linux"
},
"iso": {},
"jeremiah": {
"builder": true,
"ip": "10.42.1.8",
"ts": "100.102.186.39",
"system": "x86_64-linux",
"systems": [ "x86_64-linux", "aarch64-linux" ],
"tags": [ "builder", "kube", "server" ]
"systems": ["x86_64-linux", "aarch64-linux"],
"tags": ["builder", "kube", "server"]
},
"joel": {
"ip": "10.42.0.4",
@@ -55,22 +58,31 @@
"ip": null,
"ts": "100.109.86.8",
"system": "x86_64-linux",
"tags": [ "public", "server" ]
"tags": ["public", "server"]
},
"nas1": {
"ip": "10.42.1.14",
"ts": "100.114.187.61"
},
"nixos": {},
"proxmoxtemplate": {},
"vm-gitlab": {},
"nixos": {
"system": "x86_64-linux"
},
"proxmoxtemplate": {
"system": "x86_64-linux"
},
"vm-gitlab": {
"system": "x86_64-linux"
},
"wsl": {
"system": "aarch64-linux"
},
"zeke": {
"builder": true,
"ip": "10.42.1.13",
"ts": "100.90.74.19",
"system": "x86_64-linux",
"systems": [ "x86_64-linux", "aarch64-linux" ],
"tags": [ "builder", "kube", "server" ]
"systems": ["x86_64-linux", "aarch64-linux"],
"tags": ["builder", "kube", "server"]
}
}
}