diff --git a/hosts/NixNAS/configuration.nix b/hosts/NixNAS/configuration.nix index de24aa5..86027fa 100644 --- a/hosts/NixNAS/configuration.nix +++ b/hosts/NixNAS/configuration.nix @@ -16,7 +16,4 @@ packages = with pkgs; [ ]; }; - virtualisation.hypervGuest = { - enable = true; - }; }