Remove tlater from the wheel group
Currently there is no password anyway, so there's no reason to have wheel permissions.
This commit is contained in:
parent
3c01b94156
commit
cfee748967
|
@ -40,7 +40,7 @@
|
||||||
users.users = {
|
users.users = {
|
||||||
tlater = {
|
tlater = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "docker" ];
|
extraGroups = [ "docker" ];
|
||||||
openssh.authorizedKeys.keyFiles = [ ./keys/tlater.pub ];
|
openssh.authorizedKeys.keyFiles = [ ./keys/tlater.pub ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue