Re-enable nix-serve-ng
This commit is contained in:
parent
c34c7ca635
commit
2ee3840687
@ -1,4 +1,10 @@
|
|||||||
{ ... }: {
|
{ config, ... }: {
|
||||||
|
services = {
|
||||||
|
nix-serve = {
|
||||||
|
enable = true;
|
||||||
|
secretKeyFile = config.age.secrets.cache-key.path;
|
||||||
|
};
|
||||||
|
};
|
||||||
nix = {
|
nix = {
|
||||||
buildMachines = [
|
buildMachines = [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user