Minor refactor

This commit is contained in:
rotterdam 2023-04-05 11:46:03 -03:00
parent b9f445c747
commit 37c6e842f1
12 changed files with 48 additions and 69 deletions

View file

@ -2,10 +2,7 @@
{
users = {
users = {
nginx.extraGroups = [ "acme" ];
user.extraGroups = [ "docker" ];
};
users = { nginx.extraGroups = [ "acme" ]; };
groups = {
hosted = {
gid = 1005;