From e0606dd08a2f5c8d91e75e79e35724b78d65fe97 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 10 Nov 2023 13:24:08 +0100 Subject: [PATCH] mail: Make sure to save mfauth cache --- modules/graphical/mail/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/graphical/mail/default.nix b/modules/graphical/mail/default.nix index e040f488..06ed492d 100644 --- a/modules/graphical/mail/default.nix +++ b/modules/graphical/mail/default.nix @@ -210,6 +210,7 @@ in zfs.homeLinks = [ { path = "mail"; type = "data"; } { path = ".cache/mu"; type = "cache"; } + { path = ".cache/mfauth"; type = "cache"; } ]; }; };