no podman
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
config = lib.mkIf config.sysconfig.opts.virtualization.authentik.enable {
|
||||
|
||||
sops.templates."authentik.env" = {
|
||||
sops.templates.".env" = {
|
||||
content = ''
|
||||
POSTGRES_DB=authentik-db
|
||||
POSTGRES_USER=authentik-admin
|
||||
@@ -19,7 +19,7 @@
|
||||
AUTHENTIK_SECRET_KEY=${config.sops.placeholder."authentik/secret_key"}
|
||||
'';
|
||||
|
||||
path = "/home/nathan/Projects/System/system-config/services/containers/authentik/.env";
|
||||
path = "/ssd1/Authentik/.env";
|
||||
};
|
||||
|
||||
/*systemd.services.launchAuthentik = {
|
||||
|
||||
Reference in New Issue
Block a user