From 55a36b27e2b5b8e2cce6fd1740c3e07f6f410402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Tue, 24 Jan 2023 10:11:37 -0300 Subject: [PATCH] add switch script with home-made caches --- switch-with-home-cache | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 switch-with-home-cache 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=" \ + "$@"