feat: Alias hosts guix-rebound & deertopia

This commit is contained in:
Madeleine Sydney
2025-01-17 20:00:22 -07:00
parent 26abf87385
commit b86ba2081a

View File

@@ -4,6 +4,8 @@
config = {
networking.hosts = {
"100.95.131.43" = [ "whitepc" ];
"192.168.68.66" = [ "guix-rebound" ];
"192.168.68.79" = [ "deertopia" ];
};
};
}