l gc: disable on aergia

This commit is contained in:
lassulus 2023-09-03 12:05:08 +02:00
parent 42080b5a39
commit f0ab828e1a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
with import <stockholm/lib>;
{
nix.gc = {
automatic = ! (elem config.krebs.build.host.name [ "mors" "xerxes" "coaxmetal" ] || config.boot.isContainer);
automatic = ! (elem config.krebs.build.host.name [ "aergia" "mors" "xerxes" "coaxmetal" ] || config.boot.isContainer);
options = "--delete-older-than 15d";
};
}