mirror of
https://github.com/kmein/niveum
synced 2026-03-23 05:11:08 +01:00
Compare commits
3 Commits
27c6aa1462
...
bd3fce4163
| Author | SHA1 | Date | |
|---|---|---|---|
| bd3fce4163 | |||
| 077dc7d1fa | |||
| 33412d50a3 |
@@ -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";
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user