stockholm/lass/2configs/gc.nix
2019-01-04 17:26:21 +01:00

9 lines
171 B
Nix

{ config, ... }:
with import <stockholm/lib>;
{
nix.gc = {
automatic = ! (elem config.krebs.build.host.name [ "mors" "helios" ] || config.boot.isContainer);
};
}