nixos-config/switch-with-home-cache
2023-01-24 10:11:37 -03:00

7 lines
219 B
Bash
Executable file

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