wireshark
This commit is contained in:
parent
4960ed0866
commit
8d7f778b65
3 changed files with 18 additions and 7 deletions
|
@ -8,6 +8,7 @@
|
|||
./hardware-configuration.nix
|
||||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-z
|
||||
./hardware.nix
|
||||
./uni.nix
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
@ -15,11 +16,6 @@
|
|||
isLaptop = true;
|
||||
};
|
||||
|
||||
programs.wireshark.enable = true;
|
||||
users.extraUsers.vivian.extraGroups = [ "wireshark" ];
|
||||
|
||||
virtualisation.lxc.enable = true;
|
||||
|
||||
# Bootloader.
|
||||
boot = {
|
||||
bootspec.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue