From b170ccfbca5460f011d0b5262ab6044bf2e83df2 Mon Sep 17 00:00:00 2001 From: sils Date: Thu, 12 Oct 2023 13:48:00 +0200 Subject: feat(u/sils/packages): add wl-togglescreens --- sys/services/restic/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sys/services/restic/default.nix (limited to 'sys/services/restic') 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 = { + }; + }; +} -- cgit 1.4.1