This commit is contained in:
mjallen18
2025-10-23 22:21:39 -05:00
parent b748aa86a0
commit 35733e1044
17 changed files with 750 additions and 460 deletions

View File

@@ -8,8 +8,6 @@ let
inherit (lib.${namespace}) mkOpt mkReverseProxyOpt;
cfg = config.${namespace}.services.ntfy;
ntfyEnvFile = config.sops.secrets."jallen-nas/ntfy/auth-users".path;
ntfyConfig = {
services = {
ntfy-sh = {
@@ -48,7 +46,7 @@ let
group = "ntfy-sh";
home = cfg.dataDir;
};
users.groups.ntfy-sh = {};
users.groups.ntfy-sh = { };
};
# Create reverse proxy configuration using mkReverseProxy