From 65b556d858ec129a53bc1fa3c0e80001dcbff890 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Tue, 19 Aug 2025 10:18:08 +0200 Subject: [PATCH] update module --- module.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/module.nix b/module.nix index a942901..c8d60ed 100644 --- a/module.nix +++ b/module.nix @@ -23,8 +23,6 @@ in # uWSGI configuration (nixos-25.05 uses `instance`, not `instances`) services.uwsgi.enable = true; - services.uwsgi.user = "fragify"; - services.uwsgi.group = "fragify"; services.uwsgi.plugins = [ "python3" ]; services.uwsgi.instance."fragify" = { type = "normal";