services.soft-serve.settings
NixOS option
The contents of the configuration file for soft-serve. See https://charm.sh/blog/self-hosted-soft-serve/.
type: YAML 1.1 valueDefault
{ }Example
declared in: nixos/modules/services/misc/soft-serve.nixView source on NixOS/nixpkgs →{
name = "user's repos";
log_format = "text";
ssh = {
listen_addr = ":23231";
public_url = "ssh://localhost:23231";
max_timeout = 30;
idle_timeout = 120;
};
stats.listen_addr = ":23233";
}