From 7a16a59ab2d4189ca5982ca42ce56af45c7a1921 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 16:55:06 +0900 Subject: [PATCH] test --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };