Re-enable nix-serve-ng

This commit is contained in:
James Eversole 2023-07-01 15:17:05 -05:00
parent c34c7ca635
commit 2ee3840687

View File

@ -1,4 +1,10 @@
{ ... }: {
{ config, ... }: {
services = {
nix-serve = {
enable = true;
secretKeyFile = config.age.secrets.cache-key.path;
};
};
nix = {
buildMachines = [
{