hyper-v guest tools thingy add

This commit is contained in:
k3t
2026-06-23 17:37:01 -06:00
parent 4666254887
commit 05a4f8ea9c
+4
View File
@@ -16,4 +16,8 @@
packages = with pkgs; [
];
};
virtualisation.hypervGuest = {
enable = true;
videoMode = "1920x1080";
};
}