diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-17 00:57:38 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-17 00:57:38 -0500 |
commit | f17247164217471c495d1ca672a74b99a78db098 (patch) | |
tree | e436e6f8df5d9a773c7d48d2a1a451965f868685 /hosts | |
parent | 8a8823bd6ddb77a9be63c92dd17ccb55fa743370 (diff) | |
download | nixos-config-f17247164217471c495d1ca672a74b99a78db098.tar.gz nixos-config-f17247164217471c495d1ca672a74b99a78db098.zip |
Fix previous commit
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"; } |