install wireshark and dbeaver

This commit is contained in:
Pim Kunis 2023-12-31 16:18:12 +01:00
parent 48e3ccc742
commit 9e639175fd
2 changed files with 3 additions and 1 deletions

View file

@ -34,6 +34,8 @@
impression impression
poppler_utils # For pdfunite poppler_utils # For pdfunite
silicon silicon
dbeaver
wireshark
]; ];
file.k3s-pim-privkey = { file.k3s-pim-privkey = {

View file

@ -34,7 +34,7 @@
users = { users = {
users.pim = { users.pim = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" "docker" "input" ]; extraGroups = [ "wheel" "docker" "input" "wireshark" ];
}; };
}; };