summaryrefslogtreecommitdiffstats
path: root/users
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-09-24 20:22:32 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-09-24 20:22:32 -0500
commit0ad9549ab28e507241c146ad81f8c440f48bcc43 (patch)
tree68ddfb2cefbc4fb82f759d134812d56ea61183b7 /users
parent976b05f815351b47146c7f8faf0ebb9fa9c733e9 (diff)
downloadnixos-0ad9549ab28e507241c146ad81f8c440f48bcc43.tar.xz
nixos-0ad9549ab28e507241c146ad81f8c440f48bcc43.zip
use new ip for publicgit/cgit
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" ];
};
}