This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

core / localinfra / ncps.yaml
414 B 16 lines
1# Development only. Not for production use. 2cache: 3 allow-put-verb: true 4 hostname: "cache.local" 5 database-url: "sqlite:/storage/db.sqlite" 6 secret-key-path: "/keys/ncps-secret-key" 7 sign-narinfo: true 8 storage: 9 local: "/storage" 10 upstream: 11 urls: 12 - https://cache.nixos.org 13 public-keys: 14 - cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= 15server: 16 addr: "0.0.0.0:8501"