format
This commit is contained in:
@@ -22,8 +22,14 @@ in
|
||||
|
||||
# Open firewall for authentik if enabled
|
||||
networking.firewall = mkIf cfg.openFirewall {
|
||||
allowedTCPPorts = [ cfg.port 4822 ];
|
||||
allowedUDPPorts = [ cfg.port 4822 ];
|
||||
allowedTCPPorts = [
|
||||
cfg.port
|
||||
4822
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
cfg.port
|
||||
4822
|
||||
];
|
||||
};
|
||||
|
||||
# Ensure PostgreSQL is configured for authentik
|
||||
@@ -56,8 +62,8 @@ in
|
||||
# ];
|
||||
environment = {
|
||||
AUTHENTIK_HOST = "https://authentik.mjallen.dev";
|
||||
AUTHENTIK_TOKEN = "0XGkB2pXoOTqcCMAjucAtfamvlsIZCPmy1Zri54Ozjj3zzMCvcLwkQPrukfx";
|
||||
AUTHENTIK_INSECURE = "false"; # Set to true for self-signed certs
|
||||
AUTHENTIK_TOKEN = "0XGkB2pXoOTqcCMAjucAtfamvlsIZCPmy1Zri54Ozjj3zzMCvcLwkQPrukfx";
|
||||
AUTHENTIK_INSECURE = "false"; # Set to true for self-signed certs
|
||||
PUID = toString config.users.users.nix-apps.uid;
|
||||
PGID = toString config.users.groups.jallen-nas.gid;
|
||||
TZ = "America/Chicago";
|
||||
|
||||
Reference in New Issue
Block a user