From 44faea7b8e2b561f9fa301097cd4c1d31a268521 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Fri, 25 Sep 2026 18:32:47 -0500 Subject: add host cfg for poweredge/poweredge-pro. fix nfs shares --- users/timmy/hosts.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'users/timmy/hosts.nix') 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" ]; }; } -- cgit v1.3.1