tinc_graphs: add groups
This commit is contained in:
parent
c5ade4fdd6
commit
cd367626d4
@ -128,9 +128,12 @@ let
|
||||
|
||||
users.extraUsers.tinc_graphs = {
|
||||
uid = genid_uint31 "tinc_graphs";
|
||||
group = "tinc_graphs";
|
||||
home = "/var/spool/tinc_graphs";
|
||||
isSystemUser = true;
|
||||
};
|
||||
users.groups.tinc_graphs = {};
|
||||
|
||||
services.nginx = mkIf cfg.nginx.enable {
|
||||
enable = mkDefault true;
|
||||
virtualHosts = {
|
||||
|
Loading…
Reference in New Issue
Block a user