mkModule migration begin

This commit is contained in:
mjallen18
2025-12-14 22:58:07 -06:00
parent 2d03954a9f
commit 3b95a97921
3 changed files with 14 additions and 14 deletions

View File

@@ -31,6 +31,10 @@ in
configureDb = true;
port = 9000;
environmentFile = "/run/secrets/jallen-nas/authentik-env";
redis = {
enable = true;
port = 6379;
};
};
authentikRac = {
enable = true;