nix fmt, update hyperhive
This commit is contained in:
parent
e75fdb6121
commit
20e4642ec0
4 changed files with 24 additions and 9 deletions
|
|
@ -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}/";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue