From cd79d70eba0ba228bce0b2560ad8b96297b216f0 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 22 Oct 2023 07:01:56 +0100 Subject: [PATCH] Enable ntfy traefik route --- services/ntfy-sh/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/ntfy-sh/default.nix b/services/ntfy-sh/default.nix index 9666f8fa..146be862 100644 --- a/services/ntfy-sh/default.nix +++ b/services/ntfy-sh/default.nix @@ -1,6 +1,7 @@ { config, lib, pkgs, ... }: { + imports = [ ../traefik/ntfy-sh.nix ]; services.ntfy-sh = { enable = true; settings = {