From 9df08be993a41b8820fc9602816015e81986d151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sun, 14 May 2023 15:29:09 +0200 Subject: [PATCH] feat(laptop): enable virtualisation --- hosts/nixos-laptop/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/nixos-laptop/default.nix b/hosts/nixos-laptop/default.nix index 39725c7..543e7c7 100644 --- a/hosts/nixos-laptop/default.nix +++ b/hosts/nixos-laptop/default.nix @@ -10,6 +10,8 @@ ./hardware-configuration.nix ]; + my.virtualisation.libvirtd.enable = true; + # BOOT boot = { supportedFilesystems = [ "btrfs" ];