Remove tlater from the wheel group

Currently there is no password anyway, so there's no reason to have
wheel permissions.
pull/1/head
Tristan Daniël Maat 2020-07-12 18:38:42 +01:00
parent 3c01b94156
commit cfee748967
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 1 additions and 1 deletions

View File

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