forked from M-Labs/it-infra
nixops: give stevefan1999 wireshark permission
This commit is contained in:
parent
427b0def7f
commit
f09ca8b0c1
|
@ -106,7 +106,7 @@
|
|||
};
|
||||
stevefan1999 = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["plugdev" "dialout"];
|
||||
extraGroups = ["plugdev" "dialout" "wireshark"];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCxQXT1Qd9ysrCAgJl+81UpiL7/32CzYXvZeByG7MatJ1o2DOBZmm5r4GEwz2F9bRc/KIc9UyurX0jWS6O5FhAYLg4ekCrm5bvLEgl8py4Cd+VZY8wM3nQGyDTFQzeg4lQ=="
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue