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