stockholm/lass/2configs/gc.nix

9 lines
135 B
Nix
Raw Normal View History

2016-06-25 17:41:49 +00:00
{ config, ... }:
with config.krebs.lib;
{
nix.gc = {
automatic = ! elem config.krebs.build.host.name [ "prism" "mors" ];
};
}