From dd25c26845f56955ec6dd6c2e4570718bd58f375 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 11 May 2023 23:46:59 +0000 Subject: [PATCH] add colin to `wireshark` group --- hosts/common/users.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hosts/common/users.nix b/hosts/common/users.nix index 20550596..09ff86ce 100644 --- a/hosts/common/users.nix +++ b/hosts/common/users.nix @@ -33,13 +33,13 @@ in ]; group = "users"; extraGroups = [ - "wheel" - "nixbuild" - "networkmanager" - # phosh/mobile. XXX colin: unsure if necessary - "video" + "dialout" # required for modem access (moby) "feedbackd" - "dialout" # required for modem access + "networkmanager" + "nixbuild" + "video" # phosh/mobile. XXX colin: unsure if necessary + "wheel" + "wireshark" ]; # initial password is empty, in case anything goes wrong.