summaryrefslogtreecommitdiff
path: root/host/athena.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/athena.nix')
-rw-r--r--host/athena.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/host/athena.nix b/host/athena.nix
index 38613d3..b40ea3d 100644
--- a/host/athena.nix
+++ b/host/athena.nix
@@ -26,7 +26,7 @@
networkmanager.enable = true;
};
- users.extraUsers.common.extraGroups = [ "networkmanager" ];
+ users.extraUsers.common.extraGroups = [ "networkmanager" "libvirtd" ];
services = {
upower.enable = true;
@@ -45,6 +45,8 @@
};
};
+ virtualisation.libvirtd.enable = true;
+
hardware.trackpoint = {
enable = true;
emulateWheel = true;