From 19ba8e32861045c922c6e17acf68ca98db648c07 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Sun, 19 Oct 2025 20:23:13 +0100 Subject: [PATCH] Fix hostname for sparky. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1cc22fb..1264a00 100644 --- a/flake.nix +++ b/flake.nix @@ -182,7 +182,7 @@ }; }; sparky = { - hostname = "workshop"; + hostname = "sparky"; profiles = { system = { user = "root";