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" ];
|
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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue