all repos — nixfiles @ f4f94ce369a6a2216ba0d7c093a714c1e10bbc77

System and user configuration, managed by nix and home-manager

linde: remove backup /etc/nixos job (it's empty)

Alan Pearce
commit

f4f94ce369a6a2216ba0d7c093a714c1e10bbc77

parent

b1c969a7ef810adafd9139bdb2120ae77925cfd6

1 file changed, 0 insertions(+), 15 deletions(-)

jump to
M system/linde.nixsystem/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; [