Gonna revert and modify the original flake, add back overlays from a shared file, and figure things out after
This commit is contained in:
parent
65f90a0bf3
commit
4ad26636a7
17 changed files with 116 additions and 14 deletions
|
@ -1,4 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
users.groups.nfsShare = {};
|
||||
users.groups.nfsShare = {
|
||||
gid = 983;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
nextcloud = {
|
||||
extraGroups = [ "nginx" ];
|
||||
isSystemUser = true;
|
||||
uid = 155;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
nextcloud = {
|
||||
extraGroups = [ "nfsShare" ];
|
||||
isSystemUser = true;
|
||||
uid = 995;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
nginx = {
|
||||
extraGroups = [ "turnserver" "virtualMail" ];
|
||||
isSystemUser = true;
|
||||
uid = 60;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue