chore: nf-fmt-nix

This commit is contained in:
arcnmx 2024-06-06 12:32:05 -07:00
parent 409d711175
commit 3ad8c351af
2 changed files with 10 additions and 7 deletions

View file

@ -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 {

View file

@ -61,7 +61,8 @@ in {
}; };
}; };
}; };
in mkMerge [ in
mkMerge [
ingress ingress
(nginx.virtualHosts.vaultwarden.proxied.cloudflared.getIngress {}) (nginx.virtualHosts.vaultwarden.proxied.cloudflared.getIngress {})
]; ];