From 2ac1cc6fed9e86167bd6b60455a0c1d8314f6ade Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 20 Jan 2024 20:58:51 +0100 Subject: [PATCH] hosts/krypton: enable wireshark --- hosts/krypton/programs.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/krypton/programs.nix b/hosts/krypton/programs.nix index 9cc240c..ca9bd61 100644 --- a/hosts/krypton/programs.nix +++ b/hosts/krypton/programs.nix @@ -20,6 +20,10 @@ krita ]; + # Wireshark + programs.wireshark.enable = true; + users.users.clerie.extraGroups = [ "wireshark" ]; + services.syncthing = { enable = true; user = "clerie";