nix/hosts/marvin/services/nix-serve.nix
2022-05-01 11:10:20 -04:00

6 lines
100 B
Nix

{
services.nix-serve = {
enable = true;
secretKeyFile = "/var/cache-priv-key.pem";
};
}