feat: remove mymx and fix caddy update
This commit is contained in:
parent
728b40b6de
commit
39a0eab117
6 changed files with 17 additions and 77 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue