stockholm/lass/2configs/gc.nix
2018-05-01 15:49:56 +02:00

9 lines
179 B
Nix

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