bicep/git-mirrors: move to mirrors.pvv.ntnu.no

This commit is contained in:
h7x4 2025-05-30 12:59:32 +02:00
parent 29c4029486
commit 48a5f4e79e
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146

View File

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