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
|
experimental-features = nix-command flakes
|
||||||
warn-dirty = false
|
warn-dirty = false
|
||||||
builders-use-substitutes = true
|
builders-use-substitutes = true
|
||||||
flake-registry = ${
|
flake-registry = https://git.privatevoid.net/private-void/registry/-/raw/master/registry.json
|
||||||
pkgs.writeText "null-registry.json" ''{"flakes":[],"version":2}''
|
|
||||||
}
|
|
||||||
max-free = ${toString (8 * 1024*1024*1024)}
|
max-free = ${toString (8 * 1024*1024*1024)}
|
||||||
min-free = ${toString (4 * 1024*1024*1024)}
|
min-free = ${toString (4 * 1024*1024*1024)}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue