use restic module on algiz too

This commit is contained in:
Daylin Morgan 2024-02-07 09:52:52 -06:00
parent 44c2174a80
commit 3983dc35bd
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 1 additions and 2 deletions

View File

@ -5,6 +5,7 @@
}: {
imports = with inputs.self.nixosModules; [
docker
restic
];
languages = {
@ -21,8 +22,6 @@
'')
];
# https://francis.begyn.be/blog/nixos-restic-backups
# TODO: parameterize to use on algiz AND othalan ...
services.restic.backups.gdrive = {
# directories created by gitea and soft-serve aren't world readable
user = "root";