about summary refs log tree commit diff
path: root/users/fcuny/cli
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-21 16:37:49 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-21 16:37:49 -0800
commit1045387ba8d162c24dffa10b17f3bf4749e69923 (patch)
tree04abc21baa753812d717514c1691ef9a2f1745a5 /users/fcuny/cli
parentdevel: create new directory for devel modules (diff)
downloadworld-1045387ba8d162c24dffa10b17f3bf4749e69923.tar.gz
ssh: authenticate only using ssh key
Diffstat (limited to 'users/fcuny/cli')
-rw-r--r--users/fcuny/cli/backups.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/fcuny/cli/backups.nix b/users/fcuny/cli/backups.nix
new file mode 100644
index 0000000..2c5c05b
--- /dev/null
+++ b/users/fcuny/cli/backups.nix
@@ -0,0 +1,7 @@
+{ pkgs, ... }:
+
+{
+  home.packages = with pkgs; [
+    restic
+  ];
+}