diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-05-12 11:37:57 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-05-12 11:37:57 -0700 |
| commit | ce64d9bbb27e2b268cb5d16f4960c7ce8fd385d1 (patch) | |
| tree | b1a63c25f2b65a360f91157d0755ae078a2a8332 /hosts/tahoe/services.nix | |
| parent | profiles/backup: fix path to the ssh keys (diff) | |
| download | infra-ce64d9bbb27e2b268cb5d16f4960c7ce8fd385d1.tar.gz | |
hosts: move around backup configuration
Diffstat (limited to 'hosts/tahoe/services.nix')
| -rw-r--r-- | hosts/tahoe/services.nix | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix index 4b29870..4056df3 100644 --- a/hosts/tahoe/services.nix +++ b/hosts/tahoe/services.nix @@ -23,21 +23,7 @@ in promtail.enable = true; node-exporter.enable = true; }; - backup = { - enable = true; - repository = "/data/slow/backups/hosts/tahoe"; - timerConfig = { OnCalendar = "00:15"; }; - passwordFile = secrets."restic/repo-systems".path; - paths = - [ - "/data/fast/music" - "/data/fast/photos" - "/home/fcuny/documents" - "/home/fcuny/workspace" - "/home/fcuny/media" - ]; - exclude = [ ]; - }; + sendsms.enable = true; }; } |
