From 21321098d1a967e3ecb527c8c5f18929bdf16ef4 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 14 Jul 2024 00:53:40 -0400 Subject: [PATCH] Infini-DL360: enable virtualization --- hosts/Infini-DL360/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/Infini-DL360/default.nix b/hosts/Infini-DL360/default.nix index 50573c2..6c781bb 100644 --- a/hosts/Infini-DL360/default.nix +++ b/hosts/Infini-DL360/default.nix @@ -32,6 +32,7 @@ boot.grub.enable = true; boot.timeout = 5; hardware.form.server = true; + virtualization.enable = true; }; persist = {