From 643d50d24069af5efef1ffff2c5edb0947d43031 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 3 Nov 2024 17:46:43 -0600 Subject: add t495 hardware configuration --- modules/hosts/T495/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/hosts/T495/configuration.nix') diff --git a/modules/hosts/T495/configuration.nix b/modules/hosts/T495/configuration.nix index a8ccff1..3468622 100644 --- a/modules/hosts/T495/configuration.nix +++ b/modules/hosts/T495/configuration.nix @@ -3,11 +3,12 @@ ./hardware-configuration.nix ./wg.nix ]; - system.stateVersion = "24.05"; - networking.hostName = "T495"; + config.grub.mode = "efi"; environment.systemPackages = with pkgs; [ input-leap ]; + + system.stateVersion = "24.05"; } -- cgit v1.2.3