forked from M-Labs/it-infra
add astro to wireshark group
This commit is contained in:
parent
8e61a3a80c
commit
cface475b0
|
@ -28,7 +28,7 @@
|
||||||
};
|
};
|
||||||
astro = {
|
astro = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = ["plugdev" "dialout"];
|
extraGroups = ["plugdev" "dialout" "wireshark"];
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGJJTSJdpDh82486uPiMhhyhnci4tScp5uUe7156MBC8 a"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGJJTSJdpDh82486uPiMhhyhnci4tScp5uUe7156MBC8 a"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue