mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix: Maildir is (machine-specific) state
This commit is contained in:
@@ -22,7 +22,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.me = {
|
home-manager.users.me = {
|
||||||
accounts.email.maildirBasePath = "${config.users.users.me.home}/sync/Maildir";
|
accounts.email.maildirBasePath = "${config.users.users.me.home}/state/Maildir";
|
||||||
|
|
||||||
services.mbsync = {
|
services.mbsync = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user