diff options
Diffstat (limited to 'host/hephaestus.nix')
-rw-r--r-- | host/hephaestus.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/host/hephaestus.nix b/host/hephaestus.nix index 1557d61..ac18902 100644 --- a/host/hephaestus.nix +++ b/host/hephaestus.nix @@ -45,8 +45,11 @@ mediaDirs = ["V,/mnt/share/"]; }; - virtualisation.lxd.enable = true; - users.users.common.extraGroups = [ "lxd" ]; + virtualisation.docker = { + enable = true; + enableNvidia = true; + }; + users.users.common.extraGroups = [ "docker" ]; networking.wireguard.interfaces = { wg0 = { |