nix-serve: serve nix-store as binary cache
This commit is contained in:
parent
110407e600
commit
fb3cf428fc
3 changed files with 9 additions and 0 deletions
6
system/nix-serve.nix
Normal file
6
system/nix-serve.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, lib, ... }: {
|
||||
services.nix-serve = {
|
||||
enable = true;
|
||||
secretKeyFile = "/var/cache-priv-key.pem";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue