From 0213b82a2f6ce8acc3a9c27fcd3af5cbc5ffc249 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Sun, 31 Aug 2025 15:14:20 +1000 Subject: [PATCH] enable 32Bit graphics support --- hosts/lolcathost/default.nix | 5 ++++- hosts/myputer/default.nix | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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;