aboutsummaryrefslogtreecommitdiff
path: root/hosts/ganymede/config.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-09 20:36:36 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-09 20:36:36 -0600
commit547d6dc4731b04a240048b0b95c0ea12e0d1f6bd (patch)
treedd3d63dfb21c62d2d71a1f8e937d3247c2e78b11 /hosts/ganymede/config.nix
parent7b9a5eb561948521ac4669074cc746a0f848ed23 (diff)
lots of changes, including revamp of network services boot chain on mercury
Diffstat (limited to 'hosts/ganymede/config.nix')
-rw-r--r--hosts/ganymede/config.nix18
1 files changed, 12 insertions, 6 deletions
diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix
index c2b312f..3adf620 100644
--- a/hosts/ganymede/config.nix
+++ b/hosts/ganymede/config.nix
@@ -1,5 +1,5 @@
{config, ...}: let
- tailscaleIP = "100.69.180.89";
+ tailscaleIP = "100.100.218.182";
in {
collinux = {
user.name = "collin";
@@ -7,6 +7,7 @@ in {
secrets = {
"williams-psk".file = ./williams-psk.age;
"caddy-env".file = ./caddy-env.age;
+ "tsnsrv-authkey".file = ./tsnsrv-authkey.age;
};
terminal = {
@@ -33,7 +34,10 @@ in {
gateway = "192.168.50.1";
};
};
- tailscale.enable = true;
+ tailscale = {
+ enable = true;
+ tailnet = "collinux.tailnet";
+ };
sshd = {
enable = true;
bind_host = tailscaleIP;
@@ -41,10 +45,12 @@ in {
};
selfhost = {
- adguard = {
- enable = true;
- bind_host = tailscaleIP;
- };
+ magic_caddy.enable = false;
+
+ # adguard = {
+ # enable = true;
+ # bind_host = tailscaleIP;
+ # };
forgejo = {
enable = true;
bind_host = tailscaleIP;