wip uid/gid mapping
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
users = {
|
||||
groups.nixremote.gid = config.my.users.nixremote.gid;
|
||||
users.nixremote = {
|
||||
uid = 979;
|
||||
inherit (config.my.users.nixremote) home;
|
||||
isNormalUser = true;
|
||||
createHome = true;
|
||||
|
||||
Reference in New Issue
Block a user