From 042905ba87c709bf2a86d5579c9748b65f5f2a06 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sat, 1 Mar 2025 20:40:17 +0100 Subject: [PATCH] Set hostname of luna --- hosts/luna/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2