diff --git a/hosts/NixNAS/configuration.nix b/hosts/NixNAS/configuration.nix index 86027fa..3f86d29 100644 --- a/hosts/NixNAS/configuration.nix +++ b/hosts/NixNAS/configuration.nix @@ -16,4 +16,8 @@ packages = with pkgs; [ ]; }; + virtualisation.hypervGuest = { + enable = true; + videoMode = "1920x1080"; + }; }