feat: move nginx group declaration to nginx module

This commit is contained in:
Jacob Bachmann 2024-09-10 09:35:08 +02:00
parent 5798937b43
commit 5d47e3f94a
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,7 @@
{ config, ... }:
{
users.users.nginx.extraGroups = [ "acme" ];
services.nginx = {
enable = true;
virtualHosts."dryb.org" = {