nixos/services/nix-binary-cache: use nix-serve-ng
This commit is contained in:
parent
1b8cd49a57
commit
8d77a59389
1 changed files with 3 additions and 0 deletions
|
@ -1,7 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
config = {
|
||||
services.nix-serve = {
|
||||
enable = true;
|
||||
package = pkgs.nix-serve-ng;
|
||||
secretKeyFile = "/var/cache-priv-key.pem";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue