Limit nix download speed
grandparents complained about phone not working
This commit is contained in:
parent
80a209ece5
commit
8f9aeb27a5
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@
|
||||||
../common/optional/udisks.nix
|
../common/optional/udisks.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix.extraOptions = ''
|
||||||
|
download-speed = 4000
|
||||||
|
'';
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
# You can add overlays here
|
# You can add overlays here
|
||||||
overlays = [
|
overlays = [
|
||||||
|
|
Loading…
Reference in a new issue