Compare commits

..

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

View File

@ -17,7 +17,7 @@ in
zip = false;
keep = 10;
bare = true;
lfs = false;
lfs = true;
};
instances = let
@ -59,7 +59,7 @@ in
};
services.cgit = let
domain = "mirrors.pvv.ntnu.no";
domain = "bicep.pvv.ntnu.no";
in {
${domain} = {
enable = true;
@ -81,7 +81,7 @@ in
};
};
services.nginx.virtualHosts."mirrors.pvv.ntnu.no" = {
services.nginx.virtualHosts."bicep.pvv.ntnu.no" = {
forceSSL = true;
enableACME = true;
@ -94,7 +94,7 @@ in
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 ];
};
}