diff options
| author | Mel <mel@rnrd.eu> | 2026-02-17 19:29:42 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-02-17 19:29:42 +0100 |
| commit | dfd619b94a93383ead823df8c1626cd88bd97240 (patch) | |
| tree | fd9ec19bbba6c3f2f8aeff5d155951f9f289701d /modules/foundation | |
| parent | 96ec1f2add0c4d266d2981bce3757bf81b9d6afb (diff) | |
| download | network-dfd619b94a93383ead823df8c1626cd88bd97240.tar.zst network-dfd619b94a93383ead823df8c1626cd88bd97240.zip | |
Fix ACME Tailnet certificate service override naming
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/foundation')
| -rw-r--r-- | modules/foundation/www/tailnet.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/foundation/www/tailnet.nix b/modules/foundation/www/tailnet.nix index 90c21e2..e7ec0e8 100644 --- a/modules/foundation/www/tailnet.nix +++ b/modules/foundation/www/tailnet.nix @@ -86,7 +86,7 @@ in }; # overwrite default acme behaviour with tailscale - systemd.services."acme-${me.tailscale.domain}" = { + systemd.services."acme-order-renew-${me.tailscale.domain}" = { serviceConfig.ExecStart = lib.mkForce "+${tailscaleRenewScript}"; }; |
