aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/kaitain/default.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-04-30 13:59:47 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-04-30 13:59:47 -0700
commit522a8267c4a34f66d496e380474fb0ac8a2062fa (patch)
tree3c31adf2307753994f7ccb585f429fcb4f93941e /hosts/kaitain/default.nix
parent1bedee0d54ae5b364507e1d3e021c2bf3d0c317f (diff)
downloadnix-522a8267c4a34f66d496e380474fb0ac8a2062fa.tar
nix-522a8267c4a34f66d496e380474fb0ac8a2062fa.tar.gz
nix-522a8267c4a34f66d496e380474fb0ac8a2062fa.tar.bz2
nix-522a8267c4a34f66d496e380474fb0ac8a2062fa.tar.lz
nix-522a8267c4a34f66d496e380474fb0ac8a2062fa.tar.xz
nix-522a8267c4a34f66d496e380474fb0ac8a2062fa.tar.zst
nix-522a8267c4a34f66d496e380474fb0ac8a2062fa.zip
Fix kaitain Hyper-V settings
Diffstat (limited to 'hosts/kaitain/default.nix')
-rw-r--r--hosts/kaitain/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix
index 5d58a94..0040730 100644
--- a/hosts/kaitain/default.nix
+++ b/hosts/kaitain/default.nix
@@ -91,5 +91,5 @@
(builtins.readFile ../common/users/nipsy/keys/id_att.pub)
];
- virtualisation.virtualbox.guest.enable = true;
+ virtualisation.hypervGuest.enable = true;
}