diff --git a/modules/restic/default.nix b/modules/restic/default.nix index 45e7d81..4fec04c 100644 --- a/modules/restic/default.nix +++ b/modules/restic/default.nix @@ -90,7 +90,6 @@ in ${pkgs.restic}/bin/restic \ forget \ --host ${config.networking.hostName} \ - --tag home-dir \ --keep-hourly 25 \ --keep-daily 7 \ --keep-weekly 5 \