stockholm/lass/2configs/gc.nix
2016-06-25 19:41:49 +02:00

9 lines
135 B
Nix

{ config, ... }:
with config.krebs.lib;
{
nix.gc = {
automatic = ! elem config.krebs.build.host.name [ "prism" "mors" ];
};
}