chore(ci): flake update

This commit is contained in:
arcnmx 2025-08-29 17:51:50 -07:00
parent 1575954be6
commit 0c9de77102
12 changed files with 51 additions and 78 deletions

View file

@ -12,6 +12,13 @@ in {
metricsPort = mkDefault 3011;
metricsBind = "[::]";
};
users = mkIf cfg.enable {
users.cloudflared = {
group = mkDefault "cloudflared";
isSystemUser = true;
};
groups.cloudflared = {};
};
networking.firewall = mkIf cfg.enable {
interfaces.lan.allowedTCPPorts = mkIf (cfg.metricsPort != null) [
cfg.metricsPort