Update-server Module
services.ota-update-server.enable
Section titled “services.ota-update-server.enable”Whether to enable Nix profile update listing service.
Type: boolean
Default:
false
Example:
true
services.ota-update-server.allowedProfiles
Section titled “services.ota-update-server.allowedProfiles”List of allowed profile names to serve.
Type: list of string
Default:
[ ]
services.ota-update-server.cachix
Section titled “services.ota-update-server.cachix”Domain for cache, which served via simulated cachix API. All caches redirect to same domain. (for testing purposes)
Type: null or string
Default:
null
services.ota-update-server.path
Section titled “services.ota-update-server.path”Base path to profiles.
Type: string
Default:
"/nix/var/nix/profiles/per-user/updates"
services.ota-update-server.port
Section titled “services.ota-update-server.port”Port to listen on.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default:
3000
services.ota-update-server.publicKey
Section titled “services.ota-update-server.publicKey”Public key matching configured nix-serve
Type: string
Default:
"BOGUS"