linde: remove backup /etc/nixos job (it's empty)
Alan Pearce alan@alanpearce.eu
Wed, 05 Jun 2024 11:26:19 +0200
1 files changed, 0 insertions(+), 15 deletions(-)
jump to
M system/linde.nix → system/linde.nix
@@ -567,21 +567,6 @@ CacheDirectory = "ntfy"; }; }; - systemd.services.backup-etc-nixos = { - startAt = "04:30"; - path = with pkgs; [ - rdiff-backup - openssh - ]; - script = '' - rdiff-backup --api-version 201 backup /etc/nixos ${hostname}@home.alanpearce.eu::nixos - rdiff-backup --api-version 201 remove increments --older-than 3M ${hostname}@home.alanpearce.eu::nixos - ''; - serviceConfig = { - Type = "oneshot"; - }; - }; - systemd.services.backup-gitolite = { startAt = "daily"; path = with pkgs; [