feat: Add sydpc host alias

This commit is contained in:
Madeleine Sydney
2025-03-24 22:24:17 -06:00
parent 4f9201d330
commit 1b4d541c80

View File

@@ -4,7 +4,7 @@
config = { config = {
networking.hosts = { networking.hosts = {
"100.95.131.43" = [ "whitepc" ]; "100.95.131.43" = [ "whitepc" ];
"192.168.68.66" = [ "guix-rebound" ]; "192.168.68.66" = [ "guix-rebound" "sydpc" ];
"192.168.68.79" = [ "deertopia" ]; "192.168.68.79" = [ "deertopia" ];
"192.168.68.55" = [ "fruitbook" ]; "192.168.68.55" = [ "fruitbook" ];
}; };