rpi: enable wireshark

pull/30/head
Sebastien Bourdeauducq 2019-11-01 09:27:31 +08:00
parent c1db80023b
commit 618e817c86
1 changed files with 3 additions and 1 deletions

View File

@ -38,6 +38,8 @@ in
networking.hostName = host;
time.timeZone = "Asia/Hong_Kong";
programs.wireshark.enable = true;
users.extraUsers.nix = {
isNormalUser = true;
};
@ -51,7 +53,7 @@ in
};
users.extraUsers.astro = {
isNormalUser = true;
extraGroups = ["plugdev" "dialout"];
extraGroups = ["plugdev" "dialout" "wireshark"];
openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGJJTSJdpDh82486uPiMhhyhnci4tScp5uUe7156MBC8 a"];
};
users.extraUsers.harry = {