feat(laptop): enable virtualisation

dev-docs
Moritz Böhme 2023-05-14 15:29:09 +02:00
parent e503567eda
commit 9df08be993
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 2 additions and 0 deletions

View File

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