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
1 changed files with 6 additions and 0 deletions

View File

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