From 3e573e6dfb9b4e0897cf4f4803fd1e2bcd7bfc30 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 24 Jan 2026 11:19:17 -0800 Subject: persist some state --- profiles/authelia.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'profiles/authelia.nix') 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 ]; } -- cgit v1.2.3