From a72f34ab51787efd9a7f21376e3864e6c854ec74 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:52:40 -0500 Subject: [PATCH] fix --- modules/hosts/john-p14s/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/john-p14s/configuration.nix b/modules/hosts/john-p14s/configuration.nix index caed4ba..d12cbb0 100644 --- a/modules/hosts/john-p14s/configuration.nix +++ b/modules/hosts/john-p14s/configuration.nix @@ -16,7 +16,7 @@ rebuild.flakeDir = flakeDir; - networking.hostname = hostname; + networking.hostName = hostname; programs.zsh.enable = true; services.tailscale.enable = true;