diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-09-25 18:32:47 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-09-25 18:32:47 -0500 |
| commit | 44faea7b8e2b561f9fa301097cd4c1d31a268521 (patch) | |
| tree | b5ea47a447b24b1c55f3a8b51154aa86d5842e9d /users/timmy/hosts.nix | |
| parent | 856d709f8a2d36af5ab8ae7c6d072d628df384a8 (diff) | |
| download | nixos-44faea7b8e2b561f9fa301097cd4c1d31a268521.tar.xz nixos-44faea7b8e2b561f9fa301097cd4c1d31a268521.zip | |
Diffstat (limited to 'users/timmy/hosts.nix')
| -rw-r--r-- | users/timmy/hosts.nix | 2 |
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" ]; }; } |
