feat(laptop): enable virtualisation

This commit is contained in:
Moritz Böhme 2023-05-14 15:29:09 +02:00
parent e503567eda
commit 9df08be993
Signed by: moritz
GPG key ID: 970C6E89EB0547A9

View file

@ -10,6 +10,8 @@
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
my.virtualisation.libvirtd.enable = true;
# BOOT # BOOT
boot = { boot = {
supportedFilesystems = [ "btrfs" ]; supportedFilesystems = [ "btrfs" ];