nix fmt, update hyperhive

This commit is contained in:
müde 2026-06-01 17:38:30 +02:00
commit 20e4642ec0
4 changed files with 24 additions and 9 deletions

View file

@ -1,4 +1,9 @@
{ pkgs, hyperhive, hyperhive-website, ... }:
{
pkgs,
hyperhive,
hyperhive-website,
...
}:
let
blog-domain-socket = "/run/nginx/blog.sock";
anubis-domain-socket = "/run/anubis/anubis-main/anubis.sock";
@ -46,8 +51,7 @@ in
forceSSL = true;
enableACME = true;
root = hyperhive-website.packages.${pkgs.stdenv.hostPlatform.system}.default;
locations."/options/".alias =
"${hyperhive.packages.${pkgs.stdenv.hostPlatform.system}.docs}/";
locations."/options/".alias = "${hyperhive.packages.${pkgs.stdenv.hostPlatform.system}.docs}/";
};
};
};