From 8cb6d26c6ef92f85c400e9f2102bf4d5f3512c5a Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 7 Oct 2024 00:19:51 -0500 Subject: [PATCH] add wireshark and xpipe --- nixos/hosts/telchar/default.nix | 4 +++- nixos/profiles/global/users.nix | 1 + nixos/profiles/role-workstation.nix | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/telchar/default.nix b/nixos/hosts/telchar/default.nix index 73fbfe6..83473ba 100644 --- a/nixos/hosts/telchar/default.nix +++ b/nixos/hosts/telchar/default.nix @@ -26,6 +26,9 @@ # Enable Flatpak support services.flatpak.enable = true; + # Enablet Wireshark + programs.wireshark.enable = true; + # KDE Wallet PAM integration for unlocking the default wallet on login security.pam.services."jahanson".kwallet.enable = true; @@ -39,7 +42,6 @@ # KDE de.kde.enable = true; - # System config system = { motd.networkInterfaces = [ "wlp1s0" ]; diff --git a/nixos/profiles/global/users.nix b/nixos/profiles/global/users.nix index ee5d671..20aa979 100644 --- a/nixos/profiles/global/users.nix +++ b/nixos/profiles/global/users.nix @@ -39,6 +39,7 @@ in "podman" "audio" # pulseaudio "libvirtd" + "wireshark" ]; openssh.authorizedKeys.keys = [ diff --git a/nixos/profiles/role-workstation.nix b/nixos/profiles/role-workstation.nix index 4b4c974..39cbea6 100644 --- a/nixos/profiles/role-workstation.nix +++ b/nixos/profiles/role-workstation.nix @@ -55,6 +55,7 @@ with config; vivaldiOverride gparted termius + unstable.xpipe ]; i18n = {