diff --git a/hosts/glyph/home.nix b/hosts/glyph/home.nix index 21cf5887..3e502edf 100644 --- a/hosts/glyph/home.nix +++ b/hosts/glyph/home.nix @@ -89,7 +89,7 @@ enable = true; settings = { connection = { - url = "http://glyph.rove-duck.ts.net:9091/transmission/rpc"; + url = "http://glyph.note-iwato.ts.net:9091/transmission/rpc"; }; }; }; diff --git a/hosts/glyph/services/dns.nix b/hosts/glyph/services/dns.nix index 90217ced..39863d97 100644 --- a/hosts/glyph/services/dns.nix +++ b/hosts/glyph/services/dns.nix @@ -9,7 +9,7 @@ config = '' ts.zx.dev { rewrite stop { - name regex (.*)\.ts\.zx\.dev {1}.rove-duck.ts.net + name regex (.*)\.ts\.zx\.dev {1}.note-iwato.ts.net answer auto } diff --git a/hosts/glyph/services/prometheus.nix b/hosts/glyph/services/prometheus.nix index ee52ef10..e94785c0 100644 --- a/hosts/glyph/services/prometheus.nix +++ b/hosts/glyph/services/prometheus.nix @@ -27,7 +27,7 @@ } { targets = [ - "spore.rove-duck.ts.net:9100" + "spore.note-iwato.ts.net:9100" ]; labels.instance = "spore"; } diff --git a/hosts/spore/secrets/tailscale-auth-key.age b/hosts/spore/secrets/tailscale-auth-key.age index c8624a75..d5d77089 100644 --- a/hosts/spore/secrets/tailscale-auth-key.age +++ b/hosts/spore/secrets/tailscale-auth-key.age @@ -1,7 +1,7 @@ age-encryption.org/v1 --> ssh-ed25519 2AxgaQ nZxoKnnhBN/Vu5ChV+cvH/+/QtoACBB5EdMeRHfTExY -0//vPZFL/tECbRHROmZ4rLK6ZGKwfmFFBPIpIZdLcOk --> ssh-ed25519 3EWhnQ 6y7+yYJFVby7SLWf/1ngX7LxIyhASKzqLlo75vVkylc -wcX9MumA4EF9W0dHE/KnHIbDU2b5C4HsdWe9q2sO8+Q ---- r/2H19LwRcmRGfyIVrLDDxGKN2rKFLmkD1BTRyNL3uU -BWLE$0ogƿ+j8FȤ"AS2ICIƅ0p\)j9@eks[XH쬋ӽ*Ox \ No newline at end of file +-> ssh-ed25519 2AxgaQ yU7GzXGwWz5WGZ92gjaBLuyvGJTwbMqoa2jP/F/bdxU +p1uops88sZH/JMTKnk2QAe6XWrsMwStvZV1jQ9nWSMY +-> ssh-ed25519 3EWhnQ D5nBuoeYZmPGOwJ0n/039z13gVX2NzWqgRKZSAXX6GQ +xfp1BMGbs0yLmiNfgWOhTlWy4HcQ2BEzF51uZZZJxyA +--- LnSlBrQ+irIFqlLqeLgztClklTimxn/cvGOTuzMFXpU +qwlXq􇟕v`UGwT76cB]AzGHF-.P5TBVV&~ \ No newline at end of file diff --git a/hosts/spore/services/alloy.nix b/hosts/spore/services/alloy.nix index bd288806..298e7976 100644 --- a/hosts/spore/services/alloy.nix +++ b/hosts/spore/services/alloy.nix @@ -8,7 +8,7 @@ _: { loki.write "remote" { endpoint { - url = "http://glyph.rove-duck.ts.net:3100/loki/api/v1/push" + url = "http://glyph.note-iwato.ts.net:3100/loki/api/v1/push" } external_labels = { host = "spore", diff --git a/hosts/spore/services/grafana.nix b/hosts/spore/services/grafana.nix index 3afa475f..a31d33dc 100644 --- a/hosts/spore/services/grafana.nix +++ b/hosts/spore/services/grafana.nix @@ -52,7 +52,7 @@ }; database = { type = "postgres"; - host = "glyph.rove-duck.ts.net:5432"; + host = "glyph.note-iwato.ts.net:5432"; name = "grafana"; user = "grafana"; ssl_mode = "disable"; @@ -99,14 +99,14 @@ { name = "Prometheus"; type = "prometheus"; - url = "http://glyph.rove-duck.ts.net:9099"; + url = "http://glyph.note-iwato.ts.net:9099"; isDefault = true; editable = false; } { name = "Loki"; type = "loki"; - url = "http://glyph.rove-duck.ts.net:3100"; + url = "http://glyph.note-iwato.ts.net:3100"; editable = false; } ]; diff --git a/hosts/spore/services/homepage-dashboard.nix b/hosts/spore/services/homepage-dashboard.nix index 3e0b4c7e..6fcd932d 100644 --- a/hosts/spore/services/homepage-dashboard.nix +++ b/hosts/spore/services/homepage-dashboard.nix @@ -92,7 +92,7 @@ icon = "transmission"; widget = { type = "transmission"; - url = "http://glyph.rove-duck.ts.net:9091"; + url = "http://glyph.note-iwato.ts.net:9091"; rpcUrl = "/transmission/"; }; }; @@ -111,7 +111,7 @@ icon = "jellyfin"; widget = { type = "jellyfin"; - url = "http://glyph.rove-duck.ts.net:8096"; + url = "http://glyph.note-iwato.ts.net:8096"; key = "{{HOMEPAGE_VAR_JELLYFIN_KEY}}"; version = 1; enableBlocks = true; diff --git a/hosts/spore/services/mastodon.nix b/hosts/spore/services/mastodon.nix index b65f61d7..c19e3d05 100644 --- a/hosts/spore/services/mastodon.nix +++ b/hosts/spore/services/mastodon.nix @@ -48,7 +48,7 @@ in { configureNginx = true; database = { createLocally = false; - host = "glyph.rove-duck.ts.net"; + host = "glyph.note-iwato.ts.net"; port = 5432; user = "mastodon"; passwordFile = "/dev/null"; # Not needed diff --git a/hosts/spore/services/web/auth.nix b/hosts/spore/services/web/auth.nix index f23b63de..0d4123e3 100644 --- a/hosts/spore/services/web/auth.nix +++ b/hosts/spore/services/web/auth.nix @@ -22,7 +22,7 @@ host = "id.zx.dev"; useACMEHost = "zx.dev"; encryptionKeyFile = config.age.secrets.pocket-id-encryption-key.path; - databaseURL = "postgres://pocketid@glyph.rove-duck.ts.net/pocketid"; + databaseURL = "postgres://pocketid@glyph.note-iwato.ts.net/pocketid"; localDatabase = false; }; authProxy = { diff --git a/hosts/spore/services/web/default.nix b/hosts/spore/services/web/default.nix index cd7726e1..6130ff62 100644 --- a/hosts/spore/services/web/default.nix +++ b/hosts/spore/services/web/default.nix @@ -50,7 +50,7 @@ forceSSL = true; useACMEHost = "zx.dev"; locations."/" = { - proxyPass = "http://glyph.rove-duck.ts.net:8100"; + proxyPass = "http://glyph.note-iwato.ts.net:8100"; proxyWebsockets = true; }; }; @@ -58,19 +58,19 @@ forceSSL = true; useACMEHost = "zx.dev"; requireAuth = true; - locations."/".proxyPass = "http://glyph.rove-duck.ts.net:9091"; - locations."~ (/transmission)?/rpc".proxyPass = "http://glyph.rove-duck.ts.net:9091"; + locations."/".proxyPass = "http://glyph.note-iwato.ts.net:9091"; + locations."~ (/transmission)?/rpc".proxyPass = "http://glyph.note-iwato.ts.net:9091"; }; "homebridge.zx.dev" = { forceSSL = true; useACMEHost = "zx.dev"; - locations."/".proxyPass = "http://zeta.rove-duck.ts.net:8581"; + locations."/".proxyPass = "http://zeta.note-iwato.ts.net:8581"; }; "ha.zx.dev" = { forceSSL = true; useACMEHost = "zx.dev"; locations."/" = { - proxyPass = "http://zeta.rove-duck.ts.net:8123"; + proxyPass = "http://zeta.note-iwato.ts.net:8123"; proxyWebsockets = true; }; }; @@ -78,7 +78,7 @@ forceSSL = true; useACMEHost = "zx.dev"; requireAuth = true; - locations."/".proxyPass = "http://glyph.rove-duck.ts.net:8080"; + locations."/".proxyPass = "http://glyph.note-iwato.ts.net:8080"; }; "home.zx.dev" = { forceSSL = true; @@ -95,7 +95,7 @@ forceSSL = true; useACMEHost = "zx.dev"; locations."/" = { - proxyPass = "http://glyph.rove-duck.ts.net:8888"; + proxyPass = "http://glyph.note-iwato.ts.net:8888"; proxyWebsockets = true; }; }; @@ -104,7 +104,7 @@ useACMEHost = "zx.dev"; requireAuth = true; locations."/" = { - proxyPass = "http://glyph.rove-duck.ts.net:8890"; + proxyPass = "http://glyph.note-iwato.ts.net:8890"; proxyWebsockets = true; }; }; @@ -112,7 +112,7 @@ forceSSL = true; useACMEHost = "zx.dev"; locations."/" = { - proxyPass = "http://glyph.rove-duck.ts.net:8199"; + proxyPass = "http://glyph.note-iwato.ts.net:8199"; extraConfig = '' client_max_body_size 0; proxy_read_timeout 300; @@ -124,7 +124,7 @@ "jellyfin.zx.dev" = { forceSSL = true; useACMEHost = "zx.dev"; - locations."/".proxyPass = "http://glyph.rove-duck.ts.net:8096"; + locations."/".proxyPass = "http://glyph.note-iwato.ts.net:8096"; }; "mcp.zx.dev" = { forceSSL = true; @@ -162,7 +162,7 @@ ''; }; "/" = { - proxyPass = "http://glyph.rove-duck.ts.net:8090"; + proxyPass = "http://glyph.note-iwato.ts.net:8090"; extraConfig = '' auth_request /oauth2/auth; error_page 401 = @mcp_unauthorized; diff --git a/hosts/spore/services/web/irc-proxy.nix b/hosts/spore/services/web/irc-proxy.nix index 75e4d335..6eeb78ad 100644 --- a/hosts/spore/services/web/irc-proxy.nix +++ b/hosts/spore/services/web/irc-proxy.nix @@ -12,7 +12,7 @@ in { certName = "zx.dev"; in '' upstream znc { - server zeta.rove-duck.ts.net:5000; + server zeta.note-iwato.ts.net:5000; } server { diff --git a/hosts/spore/services/web/srv.nix b/hosts/spore/services/web/srv.nix index a2fa223a..37b32e03 100644 --- a/hosts/spore/services/web/srv.nix +++ b/hosts/spore/services/web/srv.nix @@ -5,7 +5,7 @@ ... }: { fileSystems."/mnt/srv" = { - device = "glyph.rove-duck.ts.net:/"; + device = "glyph.note-iwato.ts.net:/"; fsType = "nfs4"; options = [ "_netdev" diff --git a/hosts/zeta/services/alloy.nix b/hosts/zeta/services/alloy.nix index 02f7479e..325e11a9 100644 --- a/hosts/zeta/services/alloy.nix +++ b/hosts/zeta/services/alloy.nix @@ -8,7 +8,7 @@ _: { loki.write "remote" { endpoint { - url = "http://glyph.rove-duck.ts.net:3100/loki/api/v1/push" + url = "http://glyph.note-iwato.ts.net:3100/loki/api/v1/push" } external_labels = { host = "zeta", diff --git a/modules/nixos/web/auth.nix b/modules/nixos/web/auth.nix index 213deca4..7fef007d 100644 --- a/modules/nixos/web/auth.nix +++ b/modules/nixos/web/auth.nix @@ -36,7 +36,7 @@ in { description = '' PostgreSQL connection string for pocket-id. ''; - example = "postgres://pocketid@glyph.rove-duck.ts.net/pocketid"; + example = "postgres://pocketid@glyph.note-iwato.ts.net/pocketid"; }; localDatabase = lib.mkOption {