{ ... }: { services.grapevine = { enable = true; settings = { conduit_compat = true; server_name = "conduit.rory.gay"; trusted_servers = [ "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"; }; }; }