setting up brain nix serve

This commit is contained in:
2026-03-24 11:51:50 -04:00
parent 1f06692696
commit 1419deb3c6
3 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
nix.settings = {
trusted-substituters = [ "http://192.168.95.35:5000" ];
substituters = [ "http://192.168.95.35:5000/?priority=1&want-mass-query=true" ];
};
}