aboutsummaryrefslogtreecommitdiff
path: root/profiles/authelia.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/authelia.nix')
-rw-r--r--profiles/authelia.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/authelia.nix b/profiles/authelia.nix
index 4a80591..d07651d 100644
--- a/profiles/authelia.nix
+++ b/profiles/authelia.nix
@@ -22,5 +22,9 @@
};
};
+ environment.persistence."/persist/save".directories = [
+ config.services.authelia.instances.main.settings.storage.local.path
+ ];
+
networking.firewall.allowedTCPPorts = [ 9092 ];
}