add switch script with home-made caches

This commit is contained in:
Leonardo Eugênio 2023-01-24 10:11:37 -03:00
parent 86bd3f6b86
commit 55a36b27e2
1 changed files with 6 additions and 0 deletions

6
switch-with-home-cache Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
./switch \
--option extra-substituters "http://nixcache.lelgenio.1337.cx:5000" \
--option extra-trusted-public-keys "nixcache.lelgenio.1337.cx:zxCfx7S658llDgAUG0JVyNrlAdFVvPniSdDOkvfTPS8=" \
"$@"