diff options
-rw-r--r-- | hosts/tomato/default.nix | 1 | ||||
-rw-r--r-- | hosts/tomato/hardware.nix | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/hosts/tomato/default.nix b/hosts/tomato/default.nix index c6a2378..74d39f4 100644 --- a/hosts/tomato/default.nix +++ b/hosts/tomato/default.nix @@ -8,6 +8,7 @@ this.main.enable = true; this.laptop.enable = true; + this.laptop.thinkpad.enable = true; networking.domain = "alef.zoar.cx"; 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"; } |