2016-06-25 19:41:49 +02:00
|
|
|
{ config, ... }:
|
|
|
|
|
2016-10-20 20:54:38 +02:00
|
|
|
with import <stockholm/lib>;
|
2016-06-25 19:41:49 +02:00
|
|
|
{
|
|
|
|
nix.gc = {
|
2018-05-01 15:49:56 +02:00
|
|
|
automatic = ! (elem config.krebs.build.host.name [ "prism" "mors" "helios" ] || config.boot.isContainer);
|
2016-06-25 19:41:49 +02:00
|
|
|
};
|
|
|
|
}
|