lint checks, formatting, update statix url

This commit is contained in:
Vinzenz Schroeter 2025-09-15 19:40:49 +02:00
parent 1735ec5594
commit 6754eed1d8
7 changed files with 36 additions and 43 deletions

View file

@ -29,7 +29,7 @@ in
"vinzenz-lpt2" = {
locations."/" = {
proxyPass = ("http://unix:" + anubis-domain-socket);
proxyPass = "http://unix:" + anubis-domain-socket;
};
};
@ -37,7 +37,7 @@ in
root = pkgs.zerforschen-plus-content;
listen = [
{
addr = ("unix:" + blog-domain-socket);
addr = "unix:" + blog-domain-socket;
}
];
};