From 4e17f32353f4cf58f417fed91ff2f0e67224449e Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 12 Apr 2023 10:36:08 +0200 Subject: Feat(system/services/backup): Add 'snap-sync-forced'[https://github.com/qubidt/snap-sync-forked] is not longer developed (as of the commit date) and thus some changes are necessary to get it working with nixos. Alternatives (although both similarly discontinued): - the original snap-sync [https://github.com/qubidt/snap-sync] -> Is effectively snap-sync-forced but without 50+ commits - 'dsnap-sync' [https://github.com/rzerres/dsnap-sync] -> Was forked long ago, now abandoned. Is rewritten in dash with lots of extra features, but sort of breaks even worse on nixos. --- system/services/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system/services/default.nix') diff --git a/system/services/default.nix b/system/services/default.nix index 63f0e733..2365fde5 100644 --- a/system/services/default.nix +++ b/system/services/default.nix @@ -6,5 +6,6 @@ ./steam ./dconf ./openssh + ./backup ]; } -- cgit 1.4.1