nix-infra/config/hosts/hydra/nix-serve.nix

10 lines
161 B
Nix
Raw Permalink Normal View History

{ ... }:
{
services.nix-serve = {
enable = true;
port = 5005;
bindAddress = "localhost";
secretKeyFile = "/secrets/signing-key.secret";
};
}