nixops: add occheung to wireshark group

pull/5/head
Sebastien Bourdeauducq 2020-07-10 18:30:18 +08:00
parent 9ece86e653
commit 8e61a3a80c
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
};
occheung = {
isNormalUser = true;
extraGroups = ["plugdev" "dialout"];
extraGroups = ["plugdev" "dialout" "wireshark"];
openssh.authorizedKeys.keys = [
"ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPEvmWmxpFpMgp5fpjKud8ev0cyf/+X5fEpQt/YD/+u4mbvZYPE300DLqQ0h/qjgvaGMz1ndf4idYnRdy+plJEC/+hmlRW5NlcpAr3S/LYAisacgKToFVl+MlBo+emS9Ig=="
];