mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(ci): flake update
This commit is contained in:
parent
1575954be6
commit
0c9de77102
12 changed files with 51 additions and 78 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue