stockholm/lass/2configs/gc.nix
2019-10-14 15:35:10 +02:00

9 lines
171 B
Nix

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