From 5528d6b540c4ae5392048dfbb31b5370f3306891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 16 Feb 2024 18:09:59 +0200 Subject: [PATCH] virtualbox --- hosts/fwminex/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 37e67c5..9731caa 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -165,6 +165,9 @@ in { }; }; + virtualisation.virtualbox.host.enable = true; + users.extraGroups.vboxusers.members = ["motiejus"]; + networking = { hostId = "3a54afcd"; hostName = "fwminex";