fix anubis sock perms

This commit is contained in:
müde 2026-06-10 16:51:23 +02:00
commit b6d0d92d07

View file

@ -10,6 +10,8 @@ in
defaults.email = "acme@darkest.space";
};
systemd.services.nginx.serviceConfig.SupplementaryGroups = [ "anubis" ];
services = {
nginx = {
enable = true;