From 6a4f95482fa2c0faeafa028eae164d00c6418ac3 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Wed, 11 Feb 2026 14:43:01 -0800 Subject: add vps stuff; fix internet issues plauging my devices --- nix/modules/ntfy-sh.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nix/modules/ntfy-sh.nix (limited to 'nix/modules/ntfy-sh.nix') diff --git a/nix/modules/ntfy-sh.nix b/nix/modules/ntfy-sh.nix new file mode 100644 index 0000000..9311af2 --- /dev/null +++ b/nix/modules/ntfy-sh.nix @@ -0,0 +1,12 @@ +{ lib, config, ... }: +{ + services.ntfy-sh = { +# enable = lib.mkDefault config.monorepo.profiles.server.enable; + enable = false; + settings = { + base-url = "https://ntfy.${config.monorepo.vars.remoteHost}"; + listen-http = "127.0.0.1:2586"; + envrionmentFile = "/run/secrets/ntfy"; + }; + }; +} -- cgit v1.3