diff --git a/configuration.nix b/configuration.nix index 7359b3d9..1845f60a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -54,7 +54,7 @@ # Enable networking networking = { - hostName = "nixos-p1"; + hostName = "${hostname}"; networkmanager = { enable = true; };