Create required volume mount locations
This commit is contained in:
parent
6a4ec1f82b
commit
3bd771709b
1 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,11 @@ with lib;
|
|||
-p 127.0.0.1:10000:9000
|
||||
'';
|
||||
};
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /opt/authentik/certs 0755 authentik authentik"
|
||||
"d /opt/authentik/media 0755 authentik authentik"
|
||||
"d /opt/authentik/templates 0755 authentik authentik"
|
||||
];
|
||||
users.groups.authentik = {};
|
||||
users.users.authentik = {
|
||||
group = "authentik";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue