Compare commits

..

No commits in common. "48a5f4e79eb0cdaa10f7f7aa99f68a3add8edbb3" and "a3c3ceac496aba77e81d97ea6454cc8469ced5bd" have entirely different histories.

View File

@ -17,7 +17,7 @@ in
zip = false; zip = false;
keep = 10; keep = 10;
bare = true; bare = true;
lfs = false; lfs = true;
}; };
instances = let instances = let
@ -59,7 +59,7 @@ in
}; };
services.cgit = let services.cgit = let
domain = "mirrors.pvv.ntnu.no"; domain = "bicep.pvv.ntnu.no";
in { in {
${domain} = { ${domain} = {
enable = true; enable = true;
@ -81,7 +81,7 @@ in
}; };
}; };
services.nginx.virtualHosts."mirrors.pvv.ntnu.no" = { services.nginx.virtualHosts."bicep.pvv.ntnu.no" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
@ -94,7 +94,7 @@ in
in toString small-pvv-logo; in toString small-pvv-logo;
}; };
systemd.services."fcgiwrap-cgit-mirrors.pvv.ntnu.no" = { systemd.services."fcgiwrap-cgit-bicep.pvv.ntnu.no" = {
serviceConfig.BindReadOnlyPaths = [ cfg.dataDir ]; serviceConfig.BindReadOnlyPaths = [ cfg.dataDir ];
}; };
} }