infra/modules/darwin/common/deploy.nix
2023-09-13 07:05:25 +00:00

5 lines
197 B
Nix

{
# cachix deploy secrets are installed manually from ./secrets.yaml
# https://github.com/LnL7/nix-darwin/blob/master/modules/services/cachix-agent.nix
services.cachix-agent.enable = true;
}