modules/nix-config: use custom online registry
This commit is contained in:
parent
d31f606594
commit
cd17b6e681
1 changed files with 1 additions and 3 deletions
|
@ -44,9 +44,7 @@ in {
|
|||
experimental-features = nix-command flakes
|
||||
warn-dirty = false
|
||||
builders-use-substitutes = true
|
||||
flake-registry = ${
|
||||
pkgs.writeText "null-registry.json" ''{"flakes":[],"version":2}''
|
||||
}
|
||||
flake-registry = https://git.privatevoid.net/private-void/registry/-/raw/master/registry.json
|
||||
max-free = ${toString (8 * 1024*1024*1024)}
|
||||
min-free = ${toString (4 * 1024*1024*1024)}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue