From 7cebbb856c8f0b14094ef7656f331e1b226a3fb7 Mon Sep 17 00:00:00 2001 From: _cry64 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;