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!