diff options
Diffstat (limited to 'host/athena.nix')
-rw-r--r-- | host/athena.nix | 6 |
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; |