fix :resolve 'andromache' syntax error

This commit is contained in:
2026-03-11 21:25:32 +01:00
committed by hektor
parent 0a2145f063
commit 52cf601f39
+2 -1
View File
@@ -5,6 +5,7 @@
pkgs, pkgs,
... ...
}: }:
let let
username = "h"; username = "h";
hostName = "andromache"; hostName = "andromache";
@@ -100,7 +101,7 @@ in
enable = true; enable = true;
harden = true; harden = true;
}; };
};
networking = { networking = {
# TODO: generate unique hostId on actual host with: head -c 8 /etc/machine-id # TODO: generate unique hostId on actual host with: head -c 8 /etc/machine-id