mkModule migration begin

This commit is contained in:
mjallen18
2025-12-14 22:54:01 -06:00
parent 3dc1055b54
commit 2d03954a9f
2 changed files with 21 additions and 15 deletions

View File

@@ -28,10 +28,15 @@ in
};
authentik = {
enable = true;
# configureDb = true;
configureDb = true;
port = 9000;
environmentFile = "/run/secrets/jallen-nas/authentik-env";
};
authentikRac = {
enable = true;
port = 4822;
# environmentFile = "/run/secrets/jallen-nas/authentik-env"; # TODO
};
calibre = {
enable = true;
port = 8084;