From ab6b2a57e9ac553aaeb940c4ce579c9e24a72c29 Mon Sep 17 00:00:00 2001 From: William Date: Sun, 8 Jun 2025 21:08:41 -0300 Subject: [PATCH] fix nginx group --- hosts/modules/alexandria/services.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/modules/alexandria/services.nix b/hosts/modules/alexandria/services.nix index ff81d85..f4f8acf 100644 --- a/hosts/modules/alexandria/services.nix +++ b/hosts/modules/alexandria/services.nix @@ -96,7 +96,7 @@ in age.secrets.cloudflare = { file = ../../../secrets/cloudflare.age; owner = "nginx"; - group = "hosted"; + group = "nginx"; }; # TODO: remove when bug fix