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/default.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/default.nix')
-rw-r--r-- | hosts/tomato/default.nix | 1 |
1 files changed, 1 insertions, 0 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"; |