From 667ac8e701d09e112c842e10d61d290620cff331 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 25 Sep 2024 03:03:57 -0700 Subject: modules: move networking hostname to hosts --- modules/desktop/networking/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/desktop') diff --git a/modules/desktop/networking/default.nix b/modules/desktop/networking/default.nix index a848e1c..e6f5b03 100644 --- a/modules/desktop/networking/default.nix +++ b/modules/desktop/networking/default.nix @@ -18,6 +18,4 @@ # https://discourse.nixos.org/t/how-to-disable-networkmanager-wait-online-service-in-the-configuration-file/19963/2 systemd.services.NetworkManager-wait-online.enable = false; - - networking.hostName = "kansai"; } -- cgit v1.2.3