From ff6504cd6bcb57bd16b6c3374e66afac8d5ff57b Mon Sep 17 00:00:00 2001 From: twoneis Date: Sat, 6 Jul 2024 01:00:23 +0200 Subject: [PATCH] enabled games on ellaca --- 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 cd940d3..6de4a87 100644 --- a/devices/ellaca/options.nix +++ b/devices/ellaca/options.nix @@ -7,7 +7,7 @@ withVM = false; withContainers = true; - withGames = false; + withGames = true; hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input"; }