fixed https://github.com/NixOS/nixpkgs/issues/398172 in nixpkgs fork.
just waiting for https://github.com/NixOS/nixpkgs/pull/398536 to get reviewed and merged.
This commit is contained in:
parent
357f6ae2f6
commit
90fe4a9ad0
4 changed files with 9 additions and 9 deletions
|
@ -92,7 +92,7 @@
|
|||
dataDir = cfg.server.repositoryPath;
|
||||
listenAddress = "127.0.0.1:${cfg.server.port}";
|
||||
# TODO: fix https://github.com/NixOS/nixpkgs/issues/398172 to enable this.
|
||||
# extraFlags = ["--htpasswd-file='${cfg.server.htpasswdPath}'"];
|
||||
htpasswd-file = cfg.server.htpasswdPath;
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue