Enabled self hosted cache

This commit is contained in:
Alejandro Angulo 2023-06-27 21:59:26 -07:00
parent 93a79977c5
commit 52138eecee
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -11,6 +11,7 @@
aa = { aa = {
nix.enable = true; nix.enable = true;
nix.useSelfhostedCache = true;
archetypes.workstation.enable = true; archetypes.workstation.enable = true;