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 = {