diff options
author | makefu <github@syntax-fehler.de> | 2017-06-06 14:03:07 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-06-06 14:03:07 +0200 |
commit | bdd39fe8aed69972b85f531d418dd2943a8e3aeb (patch) | |
tree | e82b1189a2784ff2b4b3fa940266608a8b14e1e1 /shared/2configs/shack/bincache.nix | |
parent | dbf5fdd6e43fd63109655c66cfb628a352504ac6 (diff) |
s nix-cacher: split to shack bincache/acng
Diffstat (limited to 'shared/2configs/shack/bincache.nix')
-rw-r--r-- | shared/2configs/shack/bincache.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shared/2configs/shack/bincache.nix b/shared/2configs/shack/bincache.nix new file mode 100644 index 0000000..9cd7fae --- /dev/null +++ b/shared/2configs/shack/bincache.nix @@ -0,0 +1,6 @@ +{...}: +{ + nix.binaryCaches = [ + "http://wolf.shack:3142/nixos" + ]; +} |