Enable nix store
This commit is contained in:
parent
c297aff739
commit
6c1120b992
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
|
|||
{
|
||||
# nix binary cache
|
||||
services.nix-serve = {
|
||||
enable = false; # TODO: true
|
||||
enable = true; # TODO: true
|
||||
secretKeyFile = config.sops.secrets.nix-cache-priv-key.path;
|
||||
};
|
||||
services.caddy.virtualHosts."nix.h.lyte.dev" = {
|
||||
|
|
Loading…
Reference in a new issue