aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/richese/default.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-04-30 16:12:49 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-04-30 16:12:49 -0700
commit2754092eebee3da397901a570a3f3c5761c09502 (patch)
treedcd4cbb5da65179a8331e685541642ad451f9b99 /hosts/richese/default.nix
parent2c270832c40f1f64111ba62f4136dc16374ae427 (diff)
downloadnix-2754092eebee3da397901a570a3f3c5761c09502.tar
nix-2754092eebee3da397901a570a3f3c5761c09502.tar.gz
nix-2754092eebee3da397901a570a3f3c5761c09502.tar.bz2
nix-2754092eebee3da397901a570a3f3c5761c09502.tar.lz
nix-2754092eebee3da397901a570a3f3c5761c09502.tar.xz
nix-2754092eebee3da397901a570a3f3c5761c09502.tar.zst
nix-2754092eebee3da397901a570a3f3c5761c09502.zip
Migrate richese to Hyper-V
Diffstat (limited to '')
-rw-r--r--hosts/richese/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/richese/default.nix b/hosts/richese/default.nix
index 86e4ff4..cf00abd 100644
--- a/hosts/richese/default.nix
+++ b/hosts/richese/default.nix
@@ -88,5 +88,5 @@
(builtins.readFile ../common/users/nipsy/keys/id_att.pub)
];
- virtualisation.virtualbox.guest.enable = true;
+ virtualisation.hypervGuest.enable = true;
}