Update Kitty IP

This commit is contained in:
Bun 2025-05-29 23:56:22 -04:00
parent c1819b68a1
commit 3bf365966c
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
# Personal servers # Personal servers
tower.hostname = "577:84d1:b682:9ac3:b987:b78e:33d9:2060"; tower.hostname = "577:84d1:b682:9ac3:b987:b78e:33d9:2060";
midas.hostname = "538:e163:87ba:f847:3646:18b6:6b01:d8f8"; midas.hostname = "538:e163:87ba:f847:3646:18b6:6b01:d8f8";
kitty.hostname = "2607:fea8:431d:cba5:37b6:92f8:5be:7c56"; kitty.hostname = "53f:dc2d:80c9:3ca2:4b15:ef4d:38a0:c868";
prophet.hostname = "42f:2737:2aed:4dee:cbe4:3c73:1918:ad9b"; prophet.hostname = "42f:2737:2aed:4dee:cbe4:3c73:1918:ad9b";
# Misc # Misc

View file

@ -7,7 +7,7 @@
config.services.mycelium.ips = { config.services.mycelium.ips = {
tower = "577:84d1:b682:9ac3:b987:b78e:33d9:2060"; tower = "577:84d1:b682:9ac3:b987:b78e:33d9:2060";
midas = "538:e163:87ba:f847:3646:18b6:6b01:d8f8"; midas = "538:e163:87ba:f847:3646:18b6:6b01:d8f8";
kitty = "2607:fea8:431d:cba5:37b6:92f8:5be:7c56"; kitty = "53f:dc2d:80c9:3ca2:4b15:ef4d:38a0:c868";
prophet = "42f:2737:2aed:4dee:cbe4:3c73:1918:ad9b"; prophet = "42f:2737:2aed:4dee:cbe4:3c73:1918:ad9b";
}; };
} }