aboutsummaryrefslogtreecommitdiff
path: root/hosts/tahoe/services.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-03-02 19:42:24 -0800
committerFranck Cuny <franck@fcuny.net>2023-03-02 19:42:24 -0800
commit0fffb69f6c5200410c7ec0155623a5779b71482c (patch)
tree764d8f42af9d610098c922ee3fe8a29f0c407c76 /hosts/tahoe/services.nix
parentref(home/drone): remove drone (diff)
downloadinfra-0fffb69f6c5200410c7ec0155623a5779b71482c.tar.gz
ref(hosts/tahoe): don't install sendsms
It's not working as I want, let's fix it first then we can enable it again later.
Diffstat (limited to 'hosts/tahoe/services.nix')
-rw-r--r--hosts/tahoe/services.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix
index f4c8e95..cdd0342 100644
--- a/hosts/tahoe/services.nix
+++ b/hosts/tahoe/services.nix
@@ -41,7 +41,6 @@ in
};
metrics-exporter = { enable = true; };
syncthing.enable = true;
- sendsms.enable = true;
backup = {
enable = true;
repository = "/data/slow/backups/systems";