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

with config.krebs.lib;
{
  nix.gc = {
    automatic = ! elem config.krebs.build.host.name [ "prism" "mors" ];
  };
}