{ ... }: { imports = [ ../../common/services/bin.nix ]; services.bin = { enable = true; address = "0.0.0.0"; port = 6162; textUploadLimit = 64; }; }