zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit 3c8f11dcb7f0bfc07dc153338f66beeb66040429
parent 40a1506ecf453a0c0f5be5c9229129a528175476
Author: Katja (zaphyra) <git@ctu.cx>
Date: Mon, 2 Jun 2025 08:50:49 +0200

config/nixos/modules/webistes/flauschehorn.zaphyra.eu: persist state when using impermanence
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/config/nixos/modules/websites/flauschehorn.zaphyra.eu.nix b/config/nixos/modules/websites/flauschehorn.zaphyra.eu.nix
@@ -36,6 +36,8 @@ in
       "63bc37c61bda3c1f4fa1f270f8890c7f89c24353.acme.infra.zaphyra.eu."
     ];
 
+    modules.filesystem.impermanence.system.dirs = [ "/var/lib/private/flauschehorn" ];
+
     systemd.services.flauschehornFetcher = {
       environment.DB_PATH = "/var/lib/flauschehorn/db.sqlite";
       startAt = "*-*-* 3:00:00";