Compare commits

..

2 Commits

Author SHA1 Message Date
Oystein Kristoffer Tveit e3416ccb74 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-29 23:32:25 +01:00
Oystein Kristoffer Tveit a570060bf7 WIP: bekkalokk: init idp-simplesamlphp 2024-03-29 23:32:25 +01:00
2 changed files with 0 additions and 12 deletions

View File

@ -16,12 +16,6 @@
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

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