From 32c589369a9fd423a395d05409ff3c8dd424ffee Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Fri, 27 Dec 2024 15:49:17 +0200 Subject: [PATCH] Trying to set the group to users --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 67cc5a0..779dbba 100644 --- a/configuration.nix +++ b/configuration.nix @@ -34,7 +34,7 @@ ]; }; systemd.tmpfiles.rules = [ - "d /srv/website 0700 website website" + "d /srv/website 0700 website users" ]; sops = {