From 98cf1cda84d764b1d767f99327cc435cf42f3c08 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Mon, 3 Aug 2026 11:41:09 +0200 Subject: [PATCH] fix socket perm --- hosts/monitoring/grafana.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/monitoring/grafana.nix b/hosts/monitoring/grafana.nix index c5cfc7b..c487eed 100644 --- a/hosts/monitoring/grafana.nix +++ b/hosts/monitoring/grafana.nix @@ -22,7 +22,7 @@ in enforce_domain = true; root_url = "https://${fqdn}:443/"; protocol = "socket"; - socket_gid = 60; # nginx + socket_mode = "0666"; }; database = { type = "postgres";