nixcfg/modules/homelab/binary_cache.nix

10 lines
137 B
Nix
Raw Normal View History

2024-03-20 18:14:21 -04:00
{ config, pkgs, ... }:
{
services.nix-serve = {
enable = true;
secretKeyFile = "/var/cache-priv-key.pem";
};
}