mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore: nf-fmt-nix
This commit is contained in:
parent
409d711175
commit
3ad8c351af
2 changed files with 10 additions and 7 deletions
4
modules/extern/nixos/monitoring.nix
vendored
4
modules/extern/nixos/monitoring.nix
vendored
|
|
@ -23,7 +23,9 @@ let
|
||||||
// {
|
// {
|
||||||
default = true;
|
default = true;
|
||||||
};
|
};
|
||||||
defaultCollectors = mkEnableOption "standard node info" // {
|
defaultCollectors =
|
||||||
|
mkEnableOption "standard node info"
|
||||||
|
// {
|
||||||
default = true;
|
default = true;
|
||||||
};
|
};
|
||||||
settings = mkOption {
|
settings = mkOption {
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,8 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in mkMerge [
|
in
|
||||||
|
mkMerge [
|
||||||
ingress
|
ingress
|
||||||
(nginx.virtualHosts.vaultwarden.proxied.cloudflared.getIngress {})
|
(nginx.virtualHosts.vaultwarden.proxied.cloudflared.getIngress {})
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue