diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-04-30 16:12:49 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-04-30 16:12:49 -0700 |
| commit | 2754092eebee3da397901a570a3f3c5761c09502 (patch) | |
| tree | dcd4cbb5da65179a8331e685541642ad451f9b99 /hosts/richese/default.nix | |
| parent | 2c270832c40f1f64111ba62f4136dc16374ae427 (diff) | |
| download | nix-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.nix | 2 |
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; } |
