linde: remove ntfy setup
1 file changed, 0 insertions(+), 35 deletions(-)
changed files
M system/linde.nix → system/linde.nix
@@ -432,41 +432,6 @@ ]; }; }; - users.groups.ntfy = { }; - users.users.ntfy = { - isSystemUser = true; - group = "ntfy"; - }; - services.ntfy-sh = { - enable = true; - user = "ntfy"; - group = "ntfy"; - settings = { - base-url = "https://ntfy.${domain}"; - listen-http = ":2586"; - behind-proxy = true; - manager-interval = "1h"; - cache-startup-queries = '' - PRAGMA journal_mode = WAL; - PRAGMA busy_timeout = 5000; - PRAGMA synchronous = NORMAL; - ''; - cache-file = "/var/cache/ntfy/cache.db"; - attachment-cache-dir = "/var/cache/ntfy/attachments"; - auth-default-access = "deny-all"; - auth-file = "/var/lib/ntfy/user.db"; - upstream-base-url = "https://ntfy.sh"; - }; - }; - systemd.services.ntfy-sh = { - serviceConfig = { - DynamicUser = lib.mkForce false; - StateDirectory = lib.mkForce "ntfy"; - RuntimeDirectory = "ntfy"; - CacheDirectory = "ntfy"; - }; - }; - systemd.services.backup-gitolite = { startAt = "daily"; path = with pkgs; [