about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-11 07:09:27 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-11 07:09:27 -0700
commitd924dac9e347e3150bcbf11623e7a0e8a728f168 (patch)
treeb8fa2e3130382961fe0ac9112b324eba6f37e2ce
parentgrafana: backup the whole directory (diff)
downloadworld-d924dac9e347e3150bcbf11623e7a0e8a728f168.tar.gz
backups: rename system to host
Since this is a host level backup.
Diffstat (limited to '')
-rw-r--r--modules/services/backup/default.nix2
1 files changed, 1 insertions, 1 deletions
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" ];