From fb0ea8438811ad526d4a59963bc876f21bda7b2f Mon Sep 17 00:00:00 2001 From: randomuser Date: Wed, 30 Aug 2023 20:30:05 -0500 Subject: [PATCH] misc changes --- boxes/xps.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/boxes/xps.nix b/boxes/xps.nix index 31d98fa..1dc9403 100644 --- a/boxes/xps.nix +++ b/boxes/xps.nix @@ -13,8 +13,17 @@ xdotool texlive.combined.scheme-full zathura + lilypond + virt-manager + virtualbox + xsane + xsane ]; + users.extraGroups.vboxusers.members = [ "usr" ]; + virtualisation.virtualbox.host.enable = true; + virtualisation.virtualbox.host.enableExtensionPack = true; + services.tlp.enable = true; boot.loader.systemd-boot.enable = true; @@ -23,4 +32,8 @@ networking.nameservers = [ "1.1.1.1" "9.9.9.9" ]; networking.hostName = "xps"; + + virtualisation.libvirtd.enable = true; + programs.dconf.enable = true; + users.users.usr.extraGroups = [ "libvirtd" ]; }