From 5a7c6b58d6dbbb55c5c444b624b818fbc6f7013d Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Mon, 30 Oct 2023 10:32:23 +0100 Subject: [PATCH] Enable Virtualbox on laptop --- nixos/hosts/Tibo-NixFat/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/hosts/Tibo-NixFat/default.nix b/nixos/hosts/Tibo-NixFat/default.nix index 33aa410..f8bf36e 100644 --- a/nixos/hosts/Tibo-NixFat/default.nix +++ b/nixos/hosts/Tibo-NixFat/default.nix @@ -23,6 +23,8 @@ }; users.tdpeuter.enable = true; + + virtualisation.virtualbox.enable = true; }; boot = {