From db6496405cf78fceea2cd7ea9c1279694f9af2e6 Mon Sep 17 00:00:00 2001 From: Kyler Olsen Date: Wed, 7 May 2025 21:41:41 -0600 Subject: [PATCH] Changed hostname --- sys/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/configuration.nix b/sys/configuration.nix index bdb679d..2a013b4 100644 --- a/sys/configuration.nix +++ b/sys/configuration.nix @@ -10,7 +10,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - networking.hostName = "nixos-ytd"; # Define your hostname. + networking.hostName = "moonk4-l"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.