forked from M-Labs/it-infra
Revert "nixops: add harry to wheel group"
This reverts commit f1adab58ad
.
This commit is contained in:
parent
311fc5edf6
commit
37050259d0
|
@ -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=="
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue