ntfy crowdsec

This commit is contained in:
mjallen18
2026-03-24 16:11:07 -05:00
parent f8a86f9b29
commit a4c2cbdf7b
3 changed files with 93 additions and 55 deletions

View File

@@ -57,8 +57,16 @@ in
prometheus = {
extraGroups = [ "keys" ];
};
# crowdsec needs to read the ntfy.env SOPS template for notifications.
crowdsec = {
isSystemUser = true;
group = "crowdsec";
extraGroups = [ "keys" ];
};
};
groups.nextcloud-exporter = { };
groups.crowdsec = { };
};
}