summaryrefslogtreecommitdiff
path: root/modules/hosts/T495/configuration.nix
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-11-03 17:46:43 -0600
committerTim Keller <tjkeller.xyz>2024-11-03 17:46:43 -0600
commit643d50d24069af5efef1ffff2c5edb0947d43031 (patch)
tree7085d83bda38822302b643dc6943ba0ad9c74fb2 /modules/hosts/T495/configuration.nix
parent9f017946d069221945d2b41c3bfef5aeaa15d786 (diff)
downloadnixos-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.nix5
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";
}