summaryrefslogtreecommitdiff
path: root/host/athena.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/athena.nix')
-rw-r--r--host/athena.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/host/athena.nix b/host/athena.nix
index 7459beb..6ce2285 100644
--- a/host/athena.nix
+++ b/host/athena.nix
@@ -93,7 +93,11 @@
exec -a "$0" "$@"
'') ];
- virtualisation.libvirtd.enable = true;
+ virtualisation.docker = {
+ enable = true;
+ enableNvidia = true;
+ };
+ users.users.common.extraGroups = [ "docker" ];
hardware.trackpoint = {
enable = true;