{ pkgs, config, lib, ... }: { services.nix-serve = { enable = true; secretKeyFile = config.age.secrets.cache-privkey.path; }; }