fix: update host aliases
build / build (push) Failing after 30s

This commit is contained in:
2026-06-29 19:04:13 -06:00
parent 7e73ef399a
commit cc48c11448
+4 -4
View File
@@ -4,10 +4,10 @@
config = { config = {
networking.hosts = { networking.hosts = {
"100.95.131.43" = [ "whitepc" ]; "100.95.131.43" = [ "whitepc" ];
"192.168.68.66" = [ "guix-rebound" "sydpc" ]; "10.0.0.109" = [ "guix-rebound" "sydpc" ];
"192.168.68.79" = [ "deertopia" ]; "10.0.0.248" = [ "deertopia" ];
"192.168.68.55" = [ "fruitbook" ]; "10.0.0.218" = [ "fruitbook" ];
"192.168.68.62" = [ "buffalo-nas" ]; "10.0.0.203" = [ "buffalo-nas" ];
}; };
}; };
} }