diff options
author | Tim Keller <tjkeller.xyz> | 2025-02-09 16:53:01 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-02-09 16:53:01 -0600 |
commit | fcc3434b1ccaca1c86223d015227858b0a0a2688 (patch) | |
tree | 5a5817eabcb77f5be9baac77ad304e6d4cdb97cb /modules/hosts/T495 | |
parent | 3bc77c8dae2a5bf06789ae80cc0356d271660d62 (diff) | |
download | nixos-fcc3434b1ccaca1c86223d015227858b0a0a2688.tar.xz nixos-fcc3434b1ccaca1c86223d015227858b0a0a2688.zip |
cleanup and small fixes
Diffstat (limited to 'modules/hosts/T495')
-rw-r--r-- | modules/hosts/T495/configuration.nix | 8 |
1 files changed, 1 insertions, 7 deletions
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" ]; |