From 19ebf53f8b53358be6cfa9f95672856d76b39617 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 17 Mar 2026 22:53:51 +0100 Subject: [PATCH] srv-core: Enable scrutiny --- hosts/srv-core/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) 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}"; + }; }; }; }