will do some virtualisation testing

This commit is contained in:
catvayor 2024-03-20 10:07:21 +01:00
parent 38ebc1e8d0
commit 22a7840cbc
4 changed files with 14 additions and 1 deletions

View file

@ -96,6 +96,10 @@
};
services.netbird.enable = true;
boot.kernelModules = [ "kvm-intel" "kvm-amd" ];
programs.virt-manager.enable = true;
virtualisation.libvirtd.enable = true;
# List services that you want to enable:
# Enable the OpenSSH daemon.