summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-01-10 10:21:04 +0100
committerandromeda <andromeda@lenovo>2026-01-10 10:21:04 +0100
commit2d1048b00f7a9bf6d99c1ce3fef0fcf1ecd53bed (patch)
treebdad9e729d5346c4fae56e6c6c594464f10f0e15 /modules
parent58f011079c994a19f4546854e98eb740a822dcfa (diff)
add roundcube persist
Diffstat (limited to 'modules')
-rw-r--r--modules/nixos/roundcube.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/nixos/roundcube.nix b/modules/nixos/roundcube.nix
index 0749af5..f076ece 100644
--- a/modules/nixos/roundcube.nix
+++ b/modules/nixos/roundcube.nix
@@ -9,4 +9,8 @@
$config['smtp_pass'] = "%p";
'';
};
+ environment.persistence."/persist".directories = [
+ "/var/lib/roundcube"
+ "/var/lib/postgresql"
+ ];
}