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"