20240809194235-nix changing nix conf
To change /etc/nix/nix.conf, a new section in /etc/nixos/configuration.nix is needed:
nix.extraOptions = ''download-speed = 800'';
nixos manages /etc/nix/nix.conf , which is a symlink to the nix stprage
To change /etc/nix/nix.conf, a new section in /etc/nixos/configuration.nix is needed:
nix.extraOptions = ''download-speed = 800'';
nixos manages /etc/nix/nix.conf , which is a symlink to the nix stprage