srv-core: Enable scrutiny

This commit is contained in:
SebastianStork 2026-03-17 22:53:51 +01:00
parent 07355b1817
commit 19ebf53f8b
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -77,6 +77,11 @@
enable = true;
domain = "search.${config.custom.networking.overlay.domain}";
};
scrutiny = {
enable = true;
domain = "scrutiny.${config.custom.networking.overlay.domain}";
};
};
};
}