nixos/home: Add brian
CI / Check, build and cache nixfiles (push) Failing after 3h2m50s

This commit is contained in:
2026-07-15 02:22:15 +01:00
parent 541102f683
commit aab4a193ae
6 changed files with 60 additions and 10 deletions
+13 -5
View File
@@ -172,11 +172,19 @@
};
memory = 32768;
cleanShutdown.timeout = 120;
networks.netboot = {
bridge = "lan-lo";
waitOnline = "carrier";
mac = "52:54:00:a5:7e:93";
extraOptions.bootindex = 1;
networks = {
netboot = {
bridge = "lan-lo";
waitOnline = "carrier";
mac = "52:54:00:a5:7e:93";
extraOptions.bootindex = 1;
};
core = {
bridge = "lan-core";
ifname = "vm-sfh-core";
waitOnline = "carrier";
mac = "52:54:00:72:67:51";
};
};
hostDevices = {
et100g0vf2 = {