glance: Improve services

This commit is contained in:
SebastianStork 2026-03-09 23:10:08 +01:00
parent 5cfb73e183
commit 5cf56036d7
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
21 changed files with 161 additions and 20 deletions

View file

@ -27,6 +27,13 @@ in
script = "nix build github:SebastianStork/blog --out-link ${dataDir} --refresh";
};
custom.services.caddy.virtualHosts.${cfg.domain}.files = dataDir;
custom = {
services.caddy.virtualHosts.${cfg.domain}.files = dataDir;
meta.services.${cfg.domain} = {
name = "Blog";
icon = "sh:ghost";
};
};
};
}