backups: add module
This commit is contained in:
parent
62f83a71b8
commit
e4fb7a52de
5 changed files with 116 additions and 0 deletions
|
|
@ -210,6 +210,11 @@ in {
|
|||
|
||||
services.nix-bitcoin-webindex.enforceTor = true;
|
||||
|
||||
# Backups
|
||||
services.backups = {
|
||||
program = "duplicity";
|
||||
frequency = "daily";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
tor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue