l gc: don't run on xerxes

This commit is contained in:
lassulus 2019-10-14 15:35:10 +02:00
parent f3cfc93f80
commit 07d3b5c41a

View File

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