From 05a4f8ea9cea95c0445fd0b5f83a00d82e2b8493 Mon Sep 17 00:00:00 2001 From: k3t Date: Tue, 23 Jun 2026 17:37:01 -0600 Subject: [PATCH] hyper-v guest tools thingy add --- hosts/NixNAS/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) 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"; + }; }