global/nix: add workaround for NixOS/nix#9574
This commit is contained in:
parent
9152eea7b2
commit
d125b1ed38
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ with lib;
|
|||
secret-key-files = mkIf config.modules.secrets.enable config.secrets.binary-cache-private-key;
|
||||
|
||||
min-free = 536870912; # 0.5 gibi bytes
|
||||
|
||||
# Workaround for https://github.com/NixOS/nix/issues/9574
|
||||
nix-path = config.nix.nixPath;
|
||||
};
|
||||
|
||||
gc = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue