mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/sniffnet: install package when enabled
(cherry picked from commit 3ef4f90536)
This commit is contained in:
parent
0b90e3e337
commit
63a440ee21
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = [ pkgs.sniffnet ];
|
||||
|
||||
security.wrappers.sniffnet = {
|
||||
owner = "root";
|
||||
group = "root";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue