From: Dominik Kaiser Date: Sat, 1 Mar 2025 19:40:17 +0000 (+0100) Subject: Set hostname of luna X-Git-Url: https://git.dkaiser.de/?a=commitdiff_plain;h=042905ba87c709bf2a86d5579c9748b65f5f2a06;p=config%2Fnixos.git Set hostname of luna --- diff --git a/hosts/luna/configuration.nix b/hosts/luna/configuration.nix index fb17bb7..ee5e287 100644 --- a/hosts/luna/configuration.nix +++ b/hosts/luna/configuration.nix @@ -14,7 +14,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - # networking.hostName = "nixos"; # Define your hostname. + networking.hostName = "luna"; # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.