about summary refs log tree commit diff stats
path: root/system/services/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-12 10:36:08 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:30:24 +0200
commit4e17f32353f4cf58f417fed91ff2f0e67224449e (patch)
tree8cfa5f6b99d0ede2e08dc4415251ceaf0f32208c /system/services/default.nix
parentFix(hm/pkgs): Change anki to anki-bin (diff)
downloadnixos-config-4e17f32353f4cf58f417fed91ff2f0e67224449e.tar.gz
nixos-config-4e17f32353f4cf58f417fed91ff2f0e67224449e.zip
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.
Diffstat (limited to '')
-rw-r--r--system/services/default.nix1
1 files changed, 1 insertions, 0 deletions
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
   ];
 }