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. --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 51ab48e..9de6d9f 100644 --- a/flake.nix +++ b/flake.nix @@ -54,6 +54,14 @@ nixpkgs.follows = "nixpkgs"; }; }; + + sendsms = { + url = "git+https://git.fcuny.net/fcuny/sendsms?ref=main"; + inputs = { + flake-utils.follows = "futils"; + nixpkgs.follows = "nixpkgs"; + }; + }; }; # Output config, or config for NixOS system -- cgit 1.4.1