1
0
Fork 0

hosts/krypton: enable wireshark

This commit is contained in:
clerie 2024-01-20 20:58:51 +01:00
parent bc35fbb0d6
commit 2ac1cc6fed
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@
krita
];
# Wireshark
programs.wireshark.enable = true;
users.users.clerie.extraGroups = [ "wireshark" ];
services.syncthing = {
enable = true;
user = "clerie";