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