fix: only participate in the mesh if in the list

This commit is contained in:
2025-12-14 14:42:54 -08:00
parent 03636ea9ed
commit 3812470d2c

View File

@@ -74,7 +74,7 @@ in
}; };
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf (cfg.enable && lib.elem config.networking.hostName cfg.hosts) {
boot.supportedFilesystems = [ "nfs" ]; boot.supportedFilesystems = [ "nfs" ];
services.rpcbind.enable = true; services.rpcbind.enable = true;