This commit is contained in:
Kopatz
2024-04-16 21:08:13 +02:00
parent 7e8fecc30b
commit a61bf01275
8 changed files with 60 additions and 45 deletions

View File

@@ -0,0 +1,9 @@
{pkgs, config, ...}:
{
kop = {
cli-tools.enable = true;
tmpfs.enable = true;
wireshark.enable = true;
virt-manager.enable = true;
};
}