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" ]; extraGroups = [ "docker" ];
group = "authentik"; group = "authentik";
}; };
virtualisation.docker.enable = true;
systemd.services = { systemd.services = {
authentik-secrets-setup = { authentik-secrets-setup = {
enable = true; enable = true;
@ -39,6 +42,7 @@
}; };
}; };
services.nginx = { services.nginx = {
enable = true; enable = true;
virtualHosts = { virtualHosts = {