fix restic acces to mail

This commit is contained in:
glenn 2024-11-26 12:45:00 +01:00
parent 5207af59d0
commit 6e1e9d1eb1
2 changed files with 18 additions and 20 deletions

View file

@ -31,7 +31,6 @@
useGlobalPkgs = true;
useUserPackages = true;
users.sondell = import ./home/sondell.nix;
# users.restic = import ./home/restic.nix;
users.root = import ./home/root.nix;
};
};
@ -56,7 +55,6 @@
./jellyfin.nix
./filebrowser.nix
./tail.nix
./restic.nix
# ./ai.nix
./ebooks.nix
# ./matrix.nix TODO does not work atm, fixit

View file

@ -17,7 +17,7 @@ in {
mailDirectory
# dkimKeyDirectory
];
user = "sondell";
user = "root";
timerConfig.OnCalendar = "02:05";
pruneOpts = [
"--keep-daily 10"