typo fixes uid gid
This commit is contained in:
@@ -31,9 +31,9 @@
|
||||
users = {
|
||||
groups.nixremote.gid = config.my.users.nixremote.gid;
|
||||
users.nixremote = {
|
||||
uid = 979;
|
||||
inherit (config.my.users.nixremote) home;
|
||||
isNormalUser = true;
|
||||
uid = 979;
|
||||
isSystemUser = true;
|
||||
createHome = true;
|
||||
group = "nixremote";
|
||||
openssh.authorizedKeys.keyFiles = config.my.users.nixremote.authorizedKeys;
|
||||
|
||||
Reference in New Issue
Block a user