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

View file

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