use flake outpost instead of docker

This commit is contained in:
goeranh 2025-05-21 16:02:25 +02:00
parent 25a5042ecb
commit 901fe06ea2
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -5,6 +5,9 @@
extraGroups = [ "docker" ];
group = "authentik";
};
services.authentik-ldap = {
enable = true;
};
services.authentik = {
enable = true;
# The environmentFile needs to be on the target host!

View file

@ -159,7 +159,7 @@
services.postfix.relayHost = "141.56.51.14";
virtualisation.docker.enable = true;
# virtualisation.docker.enable = true;
security.acme.acceptTerms = true;
security.acme.defaults.email = "cert@stura.htw-dresden.de";