summary refs log tree commit diff stats
path: root/sys/services
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-10-12 13:48:00 +0200
committersils <sils@sils.li>2023-10-12 13:48:00 +0200
commitb170ccfbca5460f011d0b5262ab6044bf2e83df2 (patch)
tree2ae4982d0d90e0aa012b68812bfe7f4ac6d21269 /sys/services
parentbuild(flake): update (diff)
downloadnix-config-b170ccfbca5460f011d0b5262ab6044bf2e83df2.tar.gz
nix-config-b170ccfbca5460f011d0b5262ab6044bf2e83df2.zip
feat(u/sils/packages): add wl-togglescreens
Diffstat (limited to 'sys/services')
-rw-r--r--sys/services/restic/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/services/restic/default.nix b/sys/services/restic/default.nix
new file mode 100644
index 0000000..0d02cd4
--- /dev/null
+++ b/sys/services/restic/default.nix
@@ -0,0 +1,6 @@
+{...}: {
+  services.restic.backups = {
+    backuphome = {
+    };
+  };
+}