{ config, pkgs, lib, ... }: { services.grapevine = { #package = conduit.packages.${pkgs.system}.default; enable = true; settings = { conduit_compat = true; # address = "127.0.0.1"; server_name = "conduit.rory.gay"; listen = [ { type = "tcp"; address = "127.0.0.1"; port = 6167; } ]; database = { backend = "rocksdb"; }; allow_check_for_updates = false; allow_registration = false; #log = "info"; #log_format = "full"; #log = "debug"; }; }; }