Compare commits

..

3 Commits

Author SHA1 Message Date
Oystein Kristoffer Tveit eee554f688 WIP: bekkalokk: init mediawiki
Eval nix flake / evals (push) Failing after 1m49s Details
Co-authored-by: Jørn Åne <yorinad@pvv.ntnu.no>
2024-03-30 00:02:33 +01:00
Oystein Kristoffer Tveit 695c1f5de3 WIP: bekkalokk: init idp-simplesamlphp 2024-03-30 00:02:33 +01:00
Oystein Kristoffer Tveit 7e1d8d7e16 bekkalokk: redirect bekkalokk.pvv.ntnu.no to git.pvv.ntnu.no 2024-03-30 00:02:33 +01:00
2 changed files with 12 additions and 0 deletions

View File

@ -16,6 +16,12 @@
recommendedProxySettings = true;
recommendedOptimisation = true;
recommendedGzipSettings = true;
virtualHosts."bekkalokk.pvv.ntnu.no" = {
enableACME = true;
forceSSL = true;
locations."/".return = "301 $scheme://git.pvv.ntnu.no$request_uri";
};
};
networking.firewall.allowedTCPPorts = [ 80 443 ];

View File

@ -0,0 +1,6 @@
{ ... }:
{
services.openldap = {
enable = true;
};
}