moar modules

This commit is contained in:
Kopatz
2024-04-16 21:00:41 +02:00
parent 35a77ab497
commit 7e8fecc30b
7 changed files with 73 additions and 34 deletions

View File

@@ -20,7 +20,6 @@
../hardware/nvidia.nix
../hardware/ssd.nix
../kernel.nix # use latest kernel
../nftables.nix
../nix/index.nix
../nix/ld.nix
../nix/settings.nix
@@ -28,12 +27,13 @@
../services/syncthing.nix
../static-ip.nix
../support/ntfs.nix
../virt-manager.nix
../wireshark.nix
];
kop.wooting.enable = true;
kop.tmpfs.enable = true;
#kop.wireshark.enabled = true;
#kop.virt-manager.enabled = true;
kop = {
wooting.enable = true;
tmpfs.enable = true;
wireshark.enable = true;
virt-manager.enable = true;
nftables.enable = true;
};
}