We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc96d4 commit 18eb2dbCopy full SHA for 18eb2db
users/refnode/common/optional/backup.nix
@@ -0,0 +1,12 @@
1
+{ pkgs, ... }:
2
+
3
+{
4
+ # Backup and synchronization tools
5
6
+ home.packages = with pkgs; [
7
+ # Backup solutions
8
+ borgbackup
9
+ borgmatic
10
+ rclone
11
+ ];
12
+}
users/refnode/default.nix
@@ -5,6 +5,7 @@
./common/optional/kubernetes.nix
./common/optional/rust.nix
./common/optional/mailtools.nix
+ ./common/optional/backup.nix
];
# specify my home-manager configs
@@ -46,10 +47,6 @@
46
47
# crypto
48
gnupg
49
pwgen
- # backup tools
50
- borgbackup
51
- borgmatic
52
- rclone
53
tcptraceroute
54
unixtools.watch
55
fswatch
0 commit comments