diff --git a/switch-with-home-cache b/switch-with-home-cache new file mode 100755 index 0000000..025d931 --- /dev/null +++ b/switch-with-home-cache @@ -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=" \ + "$@"