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

@@ -23,20 +23,6 @@ let
port = cfg.port;
};
};
redis.servers.authentik = {
enable = mkDefault true;
port = mkDefault 6379;
};
};
# Open firewall for authentik if enabled
networking.firewall = mkIf cfg.openFirewall {
allowedTCPPorts = [
4822
];
allowedUDPPorts = [
4822
];
};
};
};