From 226d5881df54d0adace1a0522537699c6eb66383 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 11 Feb 2026 10:47:14 +0100 Subject: [PATCH] Add wireshark to sif --- instances/sif/configuration.nix | 3 ++- nixos/users/bertof.nix | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/instances/sif/configuration.nix b/instances/sif/configuration.nix index 39e530d..8ac3aed 100644 --- a/instances/sif/configuration.nix +++ b/instances/sif/configuration.nix @@ -105,10 +105,11 @@ }; programs = { - fuse.userAllowOther = true; dconf.enable = true; flashrom.enable = true; + fuse.userAllowOther = true; gnupg.agent = { enable = true; enableSSHSupport = true; }; + wireshark.enable = true; zsh.enable = true; }; # services.joycond.enable = true; diff --git a/nixos/users/bertof.nix b/nixos/users/bertof.nix index b2f18f7..695d4e1 100644 --- a/nixos/users/bertof.nix +++ b/nixos/users/bertof.nix @@ -16,6 +16,7 @@ "usb" "video" "wheel" + "wireshark" ]; openssh.authorizedKeys.keys = [ # "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC3W3Btk1qtLHU69aFwseDuKU6PJMA+NxVXJXiRNhDce bertof@odin"