mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: +wireshark
This commit is contained in:
parent
585c814692
commit
1ec373b8b9
2 changed files with 15 additions and 0 deletions
14
nix/nixosModules/named/vanadium/univ.nix
Normal file
14
nix/nixosModules/named/vanadium/univ.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
# IPD
|
||||
programs.wireshark = {
|
||||
enable = true;
|
||||
package = pkgs.wireshark;
|
||||
};
|
||||
users.users."leana".extraGroups = [
|
||||
"wireshark"
|
||||
];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue