s nix-cacher: split to shack bincache/acng

This commit is contained in:
makefu 2017-06-06 14:03:07 +02:00
parent 9e04d01321
commit d29217c88b
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{...}:
{
nix.binaryCaches = [
"http://wolf.shack:3142/nixos"
];
}

View File

@ -4,6 +4,9 @@ let
cfg = config.krebs.apt-cacher-ng;
in
{
imports = [
./bincache.nix
];
krebs.apt-cacher-ng = {
enable = true;
port = 3142;