diff options
author | Tim Keller <tjkeller.xyz> | 2024-11-03 18:05:56 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2024-11-03 18:05:56 -0600 |
commit | 930a33b8a327a4832a13b0189024e2173361f7c9 (patch) | |
tree | c5f926d9e3cd1425e268ea8633a675d45cf788b0 /modules/hosts/T495/configuration.nix | |
parent | 643d50d24069af5efef1ffff2c5edb0947d43031 (diff) | |
download | nixos-930a33b8a327a4832a13b0189024e2173361f7c9.tar.xz nixos-930a33b8a327a4832a13b0189024e2173361f7c9.zip |
fix T495 conf
Diffstat (limited to 'modules/hosts/T495/configuration.nix')
-rw-r--r-- | modules/hosts/T495/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hosts/T495/configuration.nix b/modules/hosts/T495/configuration.nix index 3468622..9983a21 100644 --- a/modules/hosts/T495/configuration.nix +++ b/modules/hosts/T495/configuration.nix @@ -4,7 +4,7 @@ ./wg.nix ]; networking.hostName = "T495"; - config.grub.mode = "efi"; + grub.mode = "efi"; environment.systemPackages = with pkgs; [ input-leap |