summaryrefslogtreecommitdiffstats
path: root/users/timmy/hosts.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/timmy/hosts.nix')
-rw-r--r--users/timmy/hosts.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/timmy/hosts.nix b/users/timmy/hosts.nix
index c49544e..1d9a0cc 100644
--- a/users/timmy/hosts.nix
+++ b/users/timmy/hosts.nix
@@ -2,5 +2,7 @@
networking.hosts = {
"192.168.77.88" = [ "publicgit" "cgit" ];
"192.168.77.3" = [ "devel" ];
+ "192.168.1.10" = [ "poweredge" ];
+ "192.168.77.11" = [ "poweredge-pro" ];
};
}