From 68f4db3641df8a232915deac4187ea0731646eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 26 Apr 2024 19:29:20 +0300 Subject: [PATCH] fwminex: install mepo --- hosts/fwminex/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index eb81b2b..355babe 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -123,6 +123,8 @@ }; }; + programs.mepo.enable = true; + virtualisation.virtualbox.host.enable = true; users.extraGroups.vboxusers.members = ["motiejus"];