just waiting for https://github.com/NixOS/nixpkgs/pull/398536 to get
reviewed and merged.
This commit is contained in:
Gabe Venberg 2025-04-14 12:57:56 +02:00
parent 357f6ae2f6
commit 90fe4a9ad0
4 changed files with 9 additions and 9 deletions

View file

@ -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 =