chore: add TODO for unique 'networking.hostId'

This commit is contained in:
2025-12-18 13:40:26 +01:00
parent 57706b7292
commit 0233c339aa
2 changed files with 2 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ in
}; };
networking = { networking = {
# TODO: generate unique hostId on actual host with: head -c 8 /etc/machine-id
hostId = "80eef97e"; hostId = "80eef97e";
interfaces = { interfaces = {
eno1 = { eno1 = {

View File

@@ -83,6 +83,7 @@ in
}; };
networking = { networking = {
# TODO: generate unique hostId on actual host with: head -c 8 /etc/machine-id
hostId = "80eef97e"; hostId = "80eef97e";
}; };