summaryrefslogtreecommitdiffstats
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/timmy/hosts.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/users/timmy/hosts.nix b/users/timmy/hosts.nix
index 4f0c0ac..c49544e 100644
--- a/users/timmy/hosts.nix
+++ b/users/timmy/hosts.nix
@@ -1,7 +1,6 @@
{
networking.hosts = {
- "192.168.77.11" = [ "truenas-office" ];
- "192.168.77.8" = [ "publicgit" "tjkeller" ];
+ "192.168.77.88" = [ "publicgit" "cgit" ];
"192.168.77.3" = [ "devel" ];
};
}