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