From ca7cdb664938e354716c888c0a23b4209f43cba4 Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Tue, 16 Dec 2025 10:46:29 -0500 Subject: [PATCH] ntfy: remove user --- modules/nixos/services/homeserver/ntfy.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/nixos/services/homeserver/ntfy.nix b/modules/nixos/services/homeserver/ntfy.nix index 0069dc9..b61a312 100644 --- a/modules/nixos/services/homeserver/ntfy.nix +++ b/modules/nixos/services/homeserver/ntfy.nix @@ -12,14 +12,6 @@ reverse_proxy localhost${config.services.ntfy-sh.settings.listen-http} ''; - users = { - users.ntfy-sh = { - isSystemUser = true; - group = "ntfy-sh"; - }; - groups.ntfy-sh = {}; - }; - services.ntfy-sh = { enable = true; settings = {