wireshark
This commit is contained in:
parent
4960ed0866
commit
8d7f778b65
3 changed files with 18 additions and 7 deletions
15
hosts/thalassa/aoife/uni.nix
Normal file
15
hosts/thalassa/aoife/uni.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Config options needed for various university courses, such as:
|
||||
# * Wireless IoT and Local Area Networks
|
||||
# * Network Security
|
||||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [ docker-compose ];
|
||||
|
||||
programs.wireshark.enable = true;
|
||||
programs.wireshark.package = pkgs.wireshark;
|
||||
users.extraUsers.vivian.extraGroups = [ "wireshark" "docker" ];
|
||||
|
||||
virtualisation.lxc.enable = true;
|
||||
virtualisation.podman.enable = false;
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker.storageDriver = "btrfs";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue