aboutsummaryrefslogtreecommitdiff
path: root/hosts/tahoe/services.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-21 18:23:20 -0800
committerFranck Cuny <franck@fcuny.net>2022-11-30 17:47:00 -0800
commit5ef0e59e1d9347fce8669a0dda1cab2c0bd32bab (patch)
treea315c8c76e0bac0f5b7d32050aa73c69608925fa /hosts/tahoe/services.nix
parentfeat(modules/sensdms): a module to send an SMS (diff)
downloadinfra-5ef0e59e1d9347fce8669a0dda1cab2c0bd32bab.tar.gz
feat(hosts/tahoe): enable `sendsms` module
Diffstat (limited to 'hosts/tahoe/services.nix')
-rw-r--r--hosts/tahoe/services.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix
index e5f53ab..25f8527 100644
--- a/hosts/tahoe/services.nix
+++ b/hosts/tahoe/services.nix
@@ -39,6 +39,7 @@ in
};
metrics-exporter = { enable = true; };
syncthing.enable = true;
+ sendsms.enable = true;
backup = {
enable = true;
repository = "/data/slow/backups/systems";