hyprland
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user