diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/tomato/hardware.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/tomato/hardware.nix b/hosts/tomato/hardware.nix index 5327b44..67ed789 100644 --- a/hosts/tomato/hardware.nix +++ b/hosts/tomato/hardware.nix @@ -57,7 +57,7 @@ in CPU_ENERGY_PERF_POLICY_ON_BAT = "power"; MAX_LOST_WORK_SECS_ON_AC = 30; - } + }; nixpkgs.hostPlatform = "x86_64-linux"; } |