diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-17 12:26:13 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-17 12:26:13 -0500 |
commit | 5a053b147ce44753f8c2dc7fa6da33dc2c2be480 (patch) | |
tree | cf5a593d02a51e07d7140f59f8b501f8e64455d5 /hosts/tomato/hardware.nix | |
parent | bb22fd61b23bd11bf4e4d0955fd873388670e0f3 (diff) | |
download | nixos-config-5a053b147ce44753f8c2dc7fa6da33dc2c2be480.tar.gz nixos-config-5a053b147ce44753f8c2dc7fa6da33dc2c2be480.zip |
hosts/tomato: Move thinkpad setting to default.nix
Diffstat (limited to 'hosts/tomato/hardware.nix')
-rw-r--r-- | hosts/tomato/hardware.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/tomato/hardware.nix b/hosts/tomato/hardware.nix index 86c134d..be00010 100644 --- a/hosts/tomato/hardware.nix +++ b/hosts/tomato/hardware.nix @@ -56,7 +56,5 @@ in MAX_LOST_WORK_SECS_ON_AC = 30; }; - this.laptop.thinkpad.enable = true; - nixpkgs.hostPlatform = "x86_64-linux"; } |