hosts/krypton: enable wireshark
This commit is contained in:
parent
bc35fbb0d6
commit
2ac1cc6fed
@ -20,6 +20,10 @@
|
||||
krita
|
||||
];
|
||||
|
||||
# Wireshark
|
||||
programs.wireshark.enable = true;
|
||||
users.users.clerie.extraGroups = [ "wireshark" ];
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
user = "clerie";
|
||||
|
Loading…
Reference in New Issue
Block a user