munix: allow specifying any user ID / do not use host /etc/passwd, fixes #2
This commit is contained in:
parent
7c3c52df7e
commit
9256257abe
3 changed files with 22 additions and 8 deletions
|
|
@ -118,13 +118,13 @@
|
|||
|
||||
users.mutableUsers = false;
|
||||
users.users.appvm = {
|
||||
uid = 1001;
|
||||
uid = 1337;
|
||||
isNormalUser = true;
|
||||
home = "/home/appvm";
|
||||
description = "microVM User";
|
||||
extraGroups = [ "wheel" "video" "input" ];
|
||||
};
|
||||
users.groups.appvm.gid = 1001;
|
||||
users.groups.appvm.gid = 1337;
|
||||
users.allowNoPasswordLogin = true;
|
||||
|
||||
hardware.graphics.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue