diff options
author | Tim Keller <tjkeller.xyz> | 2024-11-03 17:46:43 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2024-11-03 17:46:43 -0600 |
commit | 643d50d24069af5efef1ffff2c5edb0947d43031 (patch) | |
tree | 7085d83bda38822302b643dc6943ba0ad9c74fb2 /modules/hosts/T495/configuration.nix | |
parent | 9f017946d069221945d2b41c3bfef5aeaa15d786 (diff) | |
download | nixos-643d50d24069af5efef1ffff2c5edb0947d43031.tar.xz nixos-643d50d24069af5efef1ffff2c5edb0947d43031.zip |
add t495 hardware configuration
Diffstat (limited to 'modules/hosts/T495/configuration.nix')
-rw-r--r-- | modules/hosts/T495/configuration.nix | 5 |
1 files changed, 3 insertions, 2 deletions
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"; } |