Hevana: disable binary cache for now (see note in hevana's nix file)
This commit is contained in:
parent
e58fc6016a
commit
3057997004
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue