1
0
mirror of https://github.com/kmein/niveum synced 2026-03-23 05:11:08 +01:00

3 Commits

2 changed files with 8 additions and 1 deletions

View File

@@ -22,6 +22,8 @@ in {
};
home-manager.users.me = {
accounts.email.maildirBasePath = "${config.users.users.me.home}/state/Maildir";
services.mbsync = {
enable = true;
frequency = "daily";

View File

@@ -45,7 +45,12 @@ in {
owner = "tinc.retiolum";
group = "tinc.retiolum";
};
restic.file = ../../secrets/restic.age;
restic = {
file = ../../secrets/restic.age;
mode = "400";
owner = "restic";
group = "restic";
};
};
services.restic.backups.niveum = {