From 17b87e606c889fdf142a17ad9cdf0c1fa7b620fc Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Thu, 4 Jan 2024 19:54:31 +0000 Subject: [PATCH] catacomb: comment on networking.hostId --- machine/catacomb/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine/catacomb/default.nix b/machine/catacomb/default.nix index 50a0cf9..34ec62e 100644 --- a/machine/catacomb/default.nix +++ b/machine/catacomb/default.nix @@ -35,7 +35,7 @@ ]; networking = { - hostId = "beeeeee5"; + hostId = "beeeeee5"; # this must be consistent for ZFS firewall = { enable = true; allowedTCPPorts = [ 139 445 ];