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

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