nixos/services/nix-binary-cache: use nix-serve-ng

This commit is contained in:
Wroclaw 2024-09-09 19:47:35 +02:00
parent 1b8cd49a57
commit 8d77a59389

View file

@ -1,7 +1,10 @@
{ pkgs, ... }:
{
config = {
services.nix-serve = {
enable = true;
package = pkgs.nix-serve-ng;
secretKeyFile = "/var/cache-priv-key.pem";
};
};