tangled
alpha
login
or
join now
bwc9876.dev
/
nixos-config
1
fork
atom
Flake for my NixOS devices
1
fork
atom
overview
issues
pulls
pipelines
Add to wireshark group
bwc9876.dev
1 year ago
fa2cb1ea
bef5201d
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+2
1 changed file
expand all
collapse all
unified
split
nixosModules
dev
misc.nix
+2
nixosModules/dev/misc.nix
···
20
20
wev
21
21
];
22
22
23
23
+
24
24
+
users.users.bean.extraGroups = ["wireshark"];
23
25
programs.wireshark = {
24
26
enable = true;
25
27
package = pkgs.wireshark;