nixcache: disable supercap

This commit is contained in:
2023-11-27 01:24:43 +00:00
parent 712e2c2d12
commit 71aed74e20

View File

@@ -51,7 +51,7 @@ in
type = types.bool;
};
sane.nixcache.remote-builders.supercap = mkOption {
default = true;
default = false;
type = types.bool;
};
};