diff --git a/hosts/NixGate/configuration.nix b/hosts/NixGate/configuration.nix index 8a7e47f..42c3514 100644 --- a/hosts/NixGate/configuration.nix +++ b/hosts/NixGate/configuration.nix @@ -17,7 +17,7 @@ boot.loader.grub.device = "/dev/sda"; boot.loader.grub.useOSProber = true; - networking.hostName = "NixSentinel"; # Define your hostname. + networking.hostName = "NixGate"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary