From f00364bd14ff9bb754faba5863ef36c116d5f149 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Tue, 30 Jun 2026 20:39:52 +0000 Subject: [PATCH] Update hosts/server/configuration.nix --- hosts/server/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 4151096..863bd3d 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -13,6 +13,7 @@ ]; networking.hostName = "server"; # Define your hostname. + networking.hostId = "6689f93e"; # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. boot.supportedFilesystems = [ "zfs" ];