From cd06a48735d2e09e71ba2bf2d91c3407e66ccba1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 21 Nov 2022 17:55:14 -0800 Subject: feat(modules/sensdms): a module to send an SMS A new module `sendsms` is added to send SMS when the host reboots. It's triggered by systemd when the host boots and once the network is available. --- modules/services/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/services/default.nix') diff --git a/modules/services/default.nix b/modules/services/default.nix index 538e564..c02468f 100644 --- a/modules/services/default.nix +++ b/modules/services/default.nix @@ -15,6 +15,7 @@ ./prometheus ./rclone ./samba + ./sendsms ./sourcegraph ./ssh-server ./syncthing -- cgit v1.2.3