From d924dac9e347e3150bcbf11623e7a0e8a728f168 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 11 Apr 2022 07:09:27 -0700 Subject: backups: rename system to host Since this is a host level backup. --- modules/services/backup/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/services/backup') diff --git a/modules/services/backup/default.nix b/modules/services/backup/default.nix index f74b5f9..aefd383 100644 --- a/modules/services/backup/default.nix +++ b/modules/services/backup/default.nix @@ -70,7 +70,7 @@ in { }; config = lib.mkIf cfg.enable { - services.restic.backups.system = { + services.restic.backups.host = { # Take care of included and excluded files paths = cfg.paths; extraBackupArgs = [ "--verbose=2" ]; -- cgit 1.4.1