feat: remove mymx and fix caddy update

This commit is contained in:
Jet 2026-03-25 19:03:08 -07:00
parent 728b40b6de
commit 39a0eab117
No known key found for this signature in database
6 changed files with 17 additions and 77 deletions

View file

@ -18,7 +18,6 @@
./modules/uptime-kuma.nix
./modules/noisebell.nix
./modules/noisepics.nix
# mymx module is imported via flake input in flake.nix
];
# Agenix secrets
@ -39,10 +38,6 @@
owner = "matrix-synapse";
};
ntfy-admin-hash.file = ./secrets/ntfy-admin-hash.age;
mymx-webhook = {
file = ./secrets/mymx-webhook.age;
owner = "mymx";
};
};
# Bootloader
@ -153,11 +148,6 @@
tor.enable = true;
};
services.mymx = {
enable = true;
webhookSecretFile = config.age.secrets.mymx-webhook.path;
};
# Allow Tailscale traffic
networking.firewall.trustedInterfaces = [ "tailscale0" ];
# Required for Tailscale subnet routing and exit nodes, and often helpful for connectivity