From 5a8634feb12859638df4cfa1673e5e1f149c5a1f Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Tue, 23 Jun 2026 03:04:26 +0200 Subject: treewide: rename all options to jaki --- sys/services/restic/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/services/restic/default.nix') diff --git a/sys/services/restic/default.nix b/sys/services/restic/default.nix index 1bd886a..5e58c01 100644 --- a/sys/services/restic/default.nix +++ b/sys/services/restic/default.nix @@ -17,9 +17,9 @@ snapshotDir ]; exclude = [ - "${homeDir}/sils/.cache" - "${homeDir}/sils/bulk" - "${homeDir}/sils/downloads" + "${homeDir}/jaki/.cache" + "${homeDir}/jaki/bulk" + "${homeDir}/jaki/downloads" ]; extraBackupArgs = [ "--verbose" # Spam log -- cgit v1.3.1