From fdedee08bde2e3d88c50579e660f2b123e503c67 Mon Sep 17 00:00:00 2001 From: Mitsuo Makuda Date: Thu, 13 Nov 2025 22:54:40 +0000 Subject: [PATCH] Renamed networking.hostname to networking.hostName --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index e15064f..d26d0e0 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -31,7 +31,7 @@ boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ]; networking = { - hostname = "persephone"; + hostName = "persephone"; networkmanager.enable = true; interfaces.wlan0.matchConfig.MACAddress = "ca:12:ab:3c:d5:a9"; interfaces.wlan0.ipv4.addresses = [