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.
pull/1/head
Tristan Daniël Maat 2020-07-13 21:44:33 +01:00
parent 5a5fad7c82
commit 74a19ed164
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
users.users = {
tlater = {
isNormalUser = true;
extraGroups = [ "docker" ];
extraGroups = [ "wheel" "docker" ];
openssh.authorizedKeys.keyFiles = [ ./keys/tlater.pub ];
};
};