Compare commits

..

3 Commits

Author SHA1 Message Date
Oystein Kristoffer Tveit b4437d4e44 bekkalokk: init mediawiki
Eval nix flake / evals (push) Failing after 1m48s Details
Eval nix flake / evals (pull_request) Failing after 1m56s Details
Co-authored-by: Jørn Åne <yorinad@pvv.ntnu.no>
2024-04-01 13:18:18 +02:00
Oystein Kristoffer Tveit eb44472e64 bekkalokk: init idp-simplesamlphp 2024-04-01 13:18:18 +02:00
Oystein Kristoffer Tveit a51023de32 base/nginx: 404 requests to nonexistent virtualhosts 2024-04-01 13:18:18 +02:00
2 changed files with 2 additions and 6 deletions

View File

@ -93,10 +93,12 @@
"snakeoil_cert/public" = { "snakeoil_cert/public" = {
owner = "nginx"; owner = "nginx";
group = "nginx"; group = "nginx";
sopsFile = ./secrets/common.yaml;
}; };
"snakeoil_cert/private" = { "snakeoil_cert/private" = {
owner = "nginx"; owner = "nginx";
group = "nginx"; group = "nginx";
sopsFile = ./secrets/common.yaml;
}; };
}; };

View File

@ -16,12 +16,6 @@
recommendedProxySettings = true; recommendedProxySettings = true;
recommendedOptimisation = true; recommendedOptimisation = true;
recommendedGzipSettings = 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 ]; networking.firewall.allowedTCPPorts = [ 80 443 ];