1
0
Fork 0

Hevana: disable binary cache for now (see note in hevana's nix file)

This commit is contained in:
Aires 2024-12-02 04:32:46 +00:00
parent e58fc6016a
commit 3057997004

View file

@ -120,8 +120,9 @@ in
onCalendar = "daily";
user = config.users.users.aires.name;
};
# FIXME: Find a way to require user authentication before enabling the cache again
binary-cache = {
enable = true;
enable = false;
home = "${services-root}/nixos-binary-cache";
secretKeyFile = "${services-root}/nixos-binary-cache/certs/cache-priv-key.pem";
url = config.secrets.services.binary-cache.url;