Revert "nixops: add harry to wheel group"

This reverts commit f1adab58ad.
pull/20/head
Sebastien Bourdeauducq 2021-07-07 16:19:31 +08:00
parent 311fc5edf6
commit 37050259d0
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
};
harry = {
isNormalUser = true;
extraGroups = ["wheel" "plugdev" "dialout" "wireshark" "libvirtd"];
extraGroups = ["plugdev" "dialout" "wireshark" "libvirtd"];
openssh.authorizedKeys.keys = [
"ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDcPNCgtdz8erFPRrAwCr4JrkeYXJUUvoRBgP0X2HlzJgDe1Inuo6sC6CGcO3IXbf4MwVA9XEp8BYPHARVeEHhufg/0wnIABLx2GcK99yxOLDUe4h/3YwtqvOcqHEsDx7w=="
];