From 1b584c120d98cd4d72e237adcdda4a800fb5a7f7 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Thu, 30 Jan 2025 11:09:51 +0100 Subject: [PATCH] chore: remove virtualbox Signed-off-by: Lander Van den Bulcke --- hosts/wodan/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/wodan/default.nix b/hosts/wodan/default.nix index 11008a6..3b8d5f3 100644 --- a/hosts/wodan/default.nix +++ b/hosts/wodan/default.nix @@ -71,11 +71,6 @@ "flakes" ]; - virtualisation.virtualbox.host = { - enable = true; - enableExtensionPack = true; - }; - services.tailscale.enable = true; services.printing.enable = true;