use flake outpost instead of docker
This commit is contained in:
parent
25a5042ecb
commit
901fe06ea2
2 changed files with 4 additions and 1 deletions
|
|
@ -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!
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@
|
|||
services.postfix.relayHost = "141.56.51.14";
|
||||
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
# virtualisation.docker.enable = true;
|
||||
security.acme.acceptTerms = true;
|
||||
security.acme.defaults.email = "cert@stura.htw-dresden.de";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue