diff options
| author | andromeda <andromeda@lenovo> | 2026-01-10 10:21:04 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-10 10:21:04 +0100 |
| commit | 2d1048b00f7a9bf6d99c1ce3fef0fcf1ecd53bed (patch) | |
| tree | bdad9e729d5346c4fae56e6c6c594464f10f0e15 /modules/nixos | |
| parent | 58f011079c994a19f4546854e98eb740a822dcfa (diff) | |
add roundcube persist
Diffstat (limited to 'modules/nixos')
| -rw-r--r-- | modules/nixos/roundcube.nix | 4 |
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" + ]; } |
