chore: fix lint

This commit is contained in:
Nickolaj Jepsen 2026-01-21 00:11:43 +01:00
parent 15f5c2552d
commit 9dc3bb6785
4 changed files with 13 additions and 4 deletions

View file

@ -5,7 +5,7 @@
...
}:
lib.mkIf config.fireproof.homelab.enable (let
hsl = config.fireproof.theme.hsl;
inherit (config.fireproof.theme) hsl;
domain = "glance.nickolaj.com";
port = 8088;

View file

@ -15,7 +15,12 @@ lib.mkIf config.fireproof.homelab.enable {
recommendedBrotliSettings = true;
virtualHosts."status.localhost" = {
listen = [{ addr = "127.0.0.1"; port = 8070; }];
listen = [
{
addr = "127.0.0.1";
port = 8070;
}
];
locations."/metrics" = {
extraConfig = ''
stub_status;