enable docker on authentik

This commit is contained in:
goeranh 2025-11-07 14:51:49 +01:00
parent 2ebf921107
commit 2a0ac5eb71
No known key found for this signature in database

View file

@ -11,6 +11,9 @@
extraGroups = [ "docker" ];
group = "authentik";
};
virtualisation.docker.enable = true;
systemd.services = {
authentik-secrets-setup = {
enable = true;
@ -39,6 +42,7 @@
};
};
services.nginx = {
enable = true;
virtualHosts = {