m 2 retiolum: only use prism cache if in retiolum

This commit is contained in:
makefu 2016-10-30 19:59:12 +01:00
parent d4f36e8ff5
commit 09fac63763
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,6 @@ with import <stockholm/lib>;
}
./vim.nix
./binary-cache/nixos.nix
./binary-cache/lass.nix
];
nixpkgs.config.allowUnfreePredicate = (pkg: pkgs.lib.hasPrefix "unrar-" pkg.name);

View File

@ -1,4 +1,7 @@
_:
{
imports = [
../binary-cache/lass.nix
];
krebs.tinc.retiolum.enable = true;
}