summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-06-17 00:57:38 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-06-17 00:57:38 -0500
commitf17247164217471c495d1ca672a74b99a78db098 (patch)
treee436e6f8df5d9a773c7d48d2a1a451965f868685 /hosts
parent8a8823bd6ddb77a9be63c92dd17ccb55fa743370 (diff)
downloadnixos-config-f17247164217471c495d1ca672a74b99a78db098.tar.gz
nixos-config-f17247164217471c495d1ca672a74b99a78db098.zip
Fix previous commit
Diffstat (limited to 'hosts')
-rw-r--r--hosts/tomato/hardware.nix2
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";
}