install wireshark and dbeaver
This commit is contained in:
parent
48e3ccc742
commit
9e639175fd
2 changed files with 3 additions and 1 deletions
|
@ -34,6 +34,8 @@
|
|||
impression
|
||||
poppler_utils # For pdfunite
|
||||
silicon
|
||||
dbeaver
|
||||
wireshark
|
||||
];
|
||||
|
||||
file.k3s-pim-privkey = {
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
users = {
|
||||
users.pim = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "docker" "input" ];
|
||||
extraGroups = [ "wheel" "docker" "input" "wireshark" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue