From a5845fb8476bf7e7c686aa917a4cd78b6f3edaa8 Mon Sep 17 00:00:00 2001 From: hektor Date: Mon, 23 Feb 2026 18:11:24 +0100 Subject: [PATCH] fix :resolve 'andromache' syntax error --- hosts/andromache/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/andromache/default.nix b/hosts/andromache/default.nix index da9efa3..67ec837 100644 --- a/hosts/andromache/default.nix +++ b/hosts/andromache/default.nix @@ -5,6 +5,7 @@ pkgs, ... }: + let username = "h"; hostName = "andromache"; @@ -100,7 +101,7 @@ in enable = true; harden = true; }; - + }; networking = { # TODO: generate unique hostId on actual host with: head -c 8 /etc/machine-id