diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-27 20:48:09 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-27 20:48:09 +0100 |
commit | e130424c2fd01f2c2bac23832e2e88c9604cc78a (patch) | |
tree | b078826b04228bb83cf4d92160358627d21afe01 /nixos/modules/module-list.nix | |
parent | b6e49129d2a3a01dd1ad436e4144bacbe89d1c30 (diff) |
add eth.services.pushover, for random reminders
Diffstat (limited to 'nixos/modules/module-list.nix')
-rw-r--r-- | nixos/modules/module-list.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix index 247d9a6..e7d7494 100644 --- a/nixos/modules/module-list.nix +++ b/nixos/modules/module-list.nix @@ -20,6 +20,7 @@ ./services/helix-directory.nix ./services/helix-player.nix ./services/mosquitto.nix + ./services/pushover.nix ./services/snapclient.nix ./services/ssh.nix ./services/upmpdcli.nix |