From b3681a2f92ce77e4e193ad33f4e1044c2a03fa74 Mon Sep 17 00:00:00 2001 From: twoneis Date: Tue, 2 Jul 2024 17:37:52 +0200 Subject: [PATCH] remove games option --- devices/ellaca/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/ellaca/options.nix b/devices/ellaca/options.nix index 6de4a87..cd940d3 100644 --- a/devices/ellaca/options.nix +++ b/devices/ellaca/options.nix @@ -7,7 +7,7 @@ withVM = false; withContainers = true; - withGames = true; + withGames = false; hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input"; }