summaryrefslogtreecommitdiffstats
path: root/lass/2configs/gc.nix
blob: c5073e3847d810260782ce6e8393412b0dd0af8e (plain)
1
2
3
4
5
6
7
8
{ config, ... }:

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