summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/hosts/T495/configuration.nix10
1 files changed, 10 insertions, 0 deletions
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
+ ];
+}