diff --git a/hosts/srv-core/configuration.nix b/hosts/srv-core/configuration.nix index e912bac..9ec0fae 100644 --- a/hosts/srv-core/configuration.nix +++ b/hosts/srv-core/configuration.nix @@ -77,6 +77,11 @@ enable = true; domain = "search.${config.custom.networking.overlay.domain}"; }; + + scrutiny = { + enable = true; + domain = "scrutiny.${config.custom.networking.overlay.domain}"; + }; }; }; }