From cde90c250dc193ef683cd84614815fdbd848598c Mon Sep 17 00:00:00 2001
From: Tim Keller <tjkeller.xyz>
Date: Sun, 20 Oct 2024 12:01:50 -0500
Subject: add host config for T495 and make function to create system configs

---
 modules/hosts/T495/configuration.nix | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 modules/hosts/T495/configuration.nix

(limited to 'modules/hosts')

diff --git a/modules/hosts/T495/configuration.nix b/modules/hosts/T495/configuration.nix
new file mode 100644
index 0000000..6624a9e
--- /dev/null
+++ b/modules/hosts/T495/configuration.nix
@@ -0,0 +1,10 @@
+{ config, lib, pkgs, ... }: {
+	imports = [ ./hardware-configuration.nix ];
+	system.stateVersion = "24.05";
+
+	networking.hostName = "T495";
+
+	environment.systemPackages = with pkgs; [
+		input-leap
+	];
+}
-- 
cgit v1.2.3