summaryrefslogtreecommitdiff
path: root/users/timmy/hosts.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-06-08 15:38:48 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-06-08 15:38:48 -0500
commitb39f24436d5672e90e4261f0dfb906d97e92f1be (patch)
tree9f6ecbdc0b3681aba0b2dae8e80e97ce757e88ba /users/timmy/hosts.nix
parente6765f1de5fd4eff7b6dbc84460cd6b9f614b0ce (diff)
downloadnixos-b39f24436d5672e90e4261f0dfb906d97e92f1be.tar.xz
nixos-b39f24436d5672e90e4261f0dfb906d97e92f1be.zip
new nas mountpoints and poweredge hostname + remove old hostnamesHEADmaster
Diffstat (limited to 'users/timmy/hosts.nix')
-rw-r--r--users/timmy/hosts.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/users/timmy/hosts.nix b/users/timmy/hosts.nix
index 16d9619..970b9d8 100644
--- a/users/timmy/hosts.nix
+++ b/users/timmy/hosts.nix
@@ -1,8 +1,6 @@
{
networking.hosts = {
- "192.168.1.9" = [ "optiplex" ];
- "192.168.1.30" = [ "localgit" ];
- "192.168.1.11" = [ "truenas-home" ];
+ "192.168.1.1" = [ "poweredge" ]; # TODO remove once poweredge serves this override correctly
"192.168.77.11" = [ "truenas-office" ];
"192.168.77.8" = [ "publicgit" "tjkeller" ];
"192.168.77.3" = [ "devel" ];