From 36feb47d0697eb4ef988f0471016eb68247c3da1 Mon Sep 17 00:00:00 2001 From: joy Date: Sun, 17 Nov 2024 10:39:33 +0100 Subject: [PATCH] virtbox laptop --- hosts/laptop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index b96ebf9..0accc68 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -1,6 +1,6 @@ {username, ...}: { networking.hostName = "laptop"; - + virtualisation.virtualbox.host.enable = true; led.enable = true; gnome.enable = true; home-manager.users.${username} = {