Add nginx user to anubis group on nekomesh
This commit is contained in:
parent
122701ea08
commit
2abea07b87
1 changed files with 4 additions and 0 deletions
|
|
@ -13,5 +13,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
users.users.nginx = {
|
||||
extraGroups = [ "anubis" ];
|
||||
};
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue