10 lines
155 B
Nix
10 lines
155 B
Nix
{pkgs, config, ...}:
|
|
{
|
|
kop = {
|
|
cli-tools.enable = true;
|
|
tmpfs.enable = true;
|
|
wireshark.enable = true;
|
|
virt-manager.enable = true;
|
|
};
|
|
}
|