From fcc3434b1ccaca1c86223d015227858b0a0a2688 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 9 Feb 2025 16:53:01 -0600 Subject: cleanup and small fixes --- modules/hosts/T495/configuration.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'modules/hosts/T495/configuration.nix') diff --git a/modules/hosts/T495/configuration.nix b/modules/hosts/T495/configuration.nix index 526b7bb..6ee62e9 100644 --- a/modules/hosts/T495/configuration.nix +++ b/modules/hosts/T495/configuration.nix @@ -2,11 +2,9 @@ imports = [ ./hardware-configuration.nix ./games.nix - ./input-leap.nix + #./input-leap.nix ./wg.nix ]; - networking.hostName = "T495"; - bootloader.mode = "efi"; # Enable extra software pkgs @@ -27,10 +25,6 @@ nas.office.enable = true; nas.office.automount = false; - networking.hosts = { - "192.168.77.3" = [ "devel" ]; - }; - # Use amdgpu driver for x11 services.xserver.videoDrivers = [ "amdgpu" ]; -- cgit v1.2.3