My NixOS and Home Manager configurations
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

add user to wireshark group

+1
+1
modules/programs/hacking.nix
··· 8 8 unify.modules.hacking = { 9 9 nixos = { 10 10 programs.wireshark.enable = true; 11 + users.users.${constants.user}.extraGroups = [ "wireshark" ]; 11 12 environment.etc.hosts.mode = "0644"; 12 13 }; 13 14 home =