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,9 +23,11 @@ let
// {
default = true;
};
defaultCollectors = mkEnableOption "standard node info" // {
default = true;
};
defaultCollectors =
mkEnableOption "standard node info"
// {
default = true;
};
settings = mkOption {
type = unmerged.types.attrs;
internal = true;

View file

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