diff --git a/hosts/lolcathost/default.nix b/hosts/lolcathost/default.nix index ce8b2bb..fb4a86f 100755 --- a/hosts/lolcathost/default.nix +++ b/hosts/lolcathost/default.nix @@ -402,7 +402,10 @@ in { virtualisation.docker.enable = true; hardware = { - graphics.enable = true; + graphics = { + enable = true; + enable32Bit = true; + }; # opengl = { # enable = true; diff --git a/hosts/myputer/default.nix b/hosts/myputer/default.nix index 5e0aa83..f259889 100755 --- a/hosts/myputer/default.nix +++ b/hosts/myputer/default.nix @@ -421,7 +421,10 @@ in { virtualisation.docker.enable = true; hardware = { - graphics.enable = true; + graphics = { + enable = true; + enable32Bit = true; + }; # opengl = { # enable = true;