enable docker on authentik
This commit is contained in:
parent
2ebf921107
commit
2a0ac5eb71
1 changed files with 4 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue