1
0
Fork 0

Add gitpw

This commit is contained in:
Malte Brandy 2018-07-27 19:41:14 +02:00
parent a9d4cd5813
commit b394f37256

View file

@ -1,6 +1,6 @@
{ config, ... }: { config, ... }:
let let
me = config.m-0.private.me; inherit (config.m-0.private) me gitpw;
in { in {
containers.git = { containers.git = {
autoStart = true; autoStart = true;
@ -38,6 +38,7 @@ in {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
default = true; default = true;
basicAuth.git = gitpw;
locations = { locations = {
"~ (/.*)" = { "~ (/.*)" = {
extraConfig = '' extraConfig = ''