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
|
impression
|
||||||
poppler_utils # For pdfunite
|
poppler_utils # For pdfunite
|
||||||
silicon
|
silicon
|
||||||
|
dbeaver
|
||||||
|
wireshark
|
||||||
];
|
];
|
||||||
|
|
||||||
file.k3s-pim-privkey = {
|
file.k3s-pim-privkey = {
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
users = {
|
users = {
|
||||||
users.pim = {
|
users.pim = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "docker" "input" ];
|
extraGroups = [ "wheel" "docker" "input" "wireshark" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue