From 542dcdda16f200c6d8deaef2a9a3d846a169161a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 21 Apr 2025 13:55:46 +0100 Subject: [PATCH] Remove hard-coded hostnames --- hosts/t480/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/t480/configuration.nix b/hosts/t480/configuration.nix index c50ad96f..06cbf1ce 100644 --- a/hosts/t480/configuration.nix +++ b/hosts/t480/configuration.nix @@ -119,11 +119,6 @@ in zoom-us ]; - networking.hosts = { - "192.168.1.180" = [ "lemp11" ]; - "192.168.1.116" = [ "nixedo" ]; - }; - services = { auto-cpufreq.enable = true; gvfs.enable = true;