Make tlater part of the wheel group again
Trying to go sudo-less immediately was probably a bit too ambitious. Once we have a working continuous deployment setup this may be applied again.
This commit is contained in:
parent
5a5fad7c82
commit
74a19ed164
|
@ -41,7 +41,7 @@
|
|||
users.users = {
|
||||
tlater = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "docker" ];
|
||||
extraGroups = [ "wheel" "docker" ];
|
||||
openssh.authorizedKeys.keyFiles = [ ./keys/tlater.pub ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue