From d36d34c2df925112705de2a0c9134ae2097f2c59 Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 17 Oct 2025 13:45:06 +0300 Subject: [PATCH] set hostid --- hosts/apollo/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/apollo/configuration.nix b/hosts/apollo/configuration.nix index 0c1cc10..725fff3 100644 --- a/hosts/apollo/configuration.nix +++ b/hosts/apollo/configuration.nix @@ -22,6 +22,8 @@ system.stateVersion = "25.11"; networking.hostName = "apollo"; + networking.hostId = "0f7de22e"; # Generate your own with: head -c 8 /etc/machine-id + # Enable zram swap zramSwap.enable = true;