From 3983dc35bdf69a5dc0206cc832d5769804086d4b Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 7 Feb 2024 09:52:52 -0600 Subject: [PATCH] use restic module on algiz too --- hosts/algiz/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/algiz/default.nix b/hosts/algiz/default.nix index 0db5cd8..c99698c 100644 --- a/hosts/algiz/default.nix +++ b/hosts/algiz/default.nix @@ -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";