Skip to content

Nix store gcs proxy

services.nix-store-gcs-proxy.<name>.address

The address of the proxy. Type: string

Example

"localhost:3000"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/nix-store-gcs-proxy.nix

services.nix-store-gcs-proxy.<name>.bucketName

Name of Google storage bucket Type: string

Default

"‹name›"

Example

"my-bucket-name"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/nix-store-gcs-proxy.nix

services.nix-store-gcs-proxy.<name>.enable

Whether to enable proxy for this bucket Type: boolean

Default

true

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/nix-store-gcs-proxy.nix