no podman

This commit is contained in:
2024-11-10 13:02:48 -06:00
parent 9a6c1aa1ba
commit 445cf1d2bd
4 changed files with 14 additions and 112 deletions

View File

@@ -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 = {