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

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