From 84e2f253447a3eb11e5ce4b4fe6c312b83aaef8d Mon Sep 17 00:00:00 2001 From: vanten-s Date: Mon, 25 Mar 2024 22:41:48 +0100 Subject: [PATCH] Moved hostname to local --- configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 46a7034..036847a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -18,7 +18,6 @@ in { boot.loader.efi.canTouchEfiVariables = true; boot.supportedFilesystems = [ "ntfs" ]; - networking.hostName = "nixos"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary