Auto-commit: 2026-01-07 14:05:20

This commit is contained in:
2026-01-07 14:05:20 +00:00
parent b52d3b3904
commit f123f301f6

View File

@@ -1,12 +1,13 @@
{ pkgs, ... }:
let
crowdsecservice = "crowdsec-prefix";
crowdsec-service = "crowdsec-prefix";
tailscale-cloudflare-dns-sync-service = "tailscale-cloudflare-dns-sync";
certbot-generic-cert-service = "certbot-renew";
in
{
systemd.services = {
${crowdsecservice} = {
${crowdsec-service} = {
enable = true;
description = "Get IPv6 Prefix to add to Crowdsec Whitelist";
serviceConfig = {
@@ -28,7 +29,7 @@ in
systemd.timers = {
${crowdsecservice} = {
${crowdsec-service} = {
enable = true;
description = "Run Crowdsec-Prefix check regularly.";
timerConfig = {