summaryrefslogtreecommitdiffstats
path: root/lass/2configs/gc.nix
blob: 00f318e51adfc81e902792415903a1268d4918a8 (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" ];
  };
}