fix :resolve 'andromache' syntax error

This commit is contained in:
2026-02-23 18:11:24 +01:00
parent 757d5e5c81
commit a5845fb847

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