summaryrefslogtreecommitdiffstats
path: root/shared/2configs/shack/nix-cacher.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-06-06 14:03:07 +0200
committermakefu <github@syntax-fehler.de>2017-06-06 14:03:07 +0200
commitbdd39fe8aed69972b85f531d418dd2943a8e3aeb (patch)
treee82b1189a2784ff2b4b3fa940266608a8b14e1e1 /shared/2configs/shack/nix-cacher.nix
parentdbf5fdd6e43fd63109655c66cfb628a352504ac6 (diff)
s nix-cacher: split to shack bincache/acng
Diffstat (limited to 'shared/2configs/shack/nix-cacher.nix')
-rw-r--r--shared/2configs/shack/nix-cacher.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/2configs/shack/nix-cacher.nix b/shared/2configs/shack/nix-cacher.nix
index 4fcbf3a..8feeca9 100644
--- a/shared/2configs/shack/nix-cacher.nix
+++ b/shared/2configs/shack/nix-cacher.nix
@@ -4,6 +4,9 @@ let
cfg = config.krebs.apt-cacher-ng;
in
{
+ imports = [
+ ./bincache.nix
+ ];
krebs.apt-cacher-ng = {
enable = true;
port = 3142;