diff options
author | sils <sils@sils.li> | 2023-10-12 13:48:00 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-10-12 13:48:00 +0200 |
commit | b170ccfbca5460f011d0b5262ab6044bf2e83df2 (patch) | |
tree | 2ae4982d0d90e0aa012b68812bfe7f4ac6d21269 /sys/services | |
parent | build(flake): update (diff) | |
download | nix-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.nix | 6 |
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 = { + }; + }; +} |