mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
7 lines
173 B
Nix
7 lines
173 B
Nix
{
|
|
nix.settings = {
|
|
trusted-substituters = [ "http://192.168.95.35:5000" ];
|
|
substituters = [ "http://192.168.95.35:5000/?priority=1&want-mass-query=true" ];
|
|
};
|
|
}
|