about summary refs log tree commit diff
path: root/nixos/tests/networking-proxy.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-12-17nixos: fix typosfigsoda1-1/+1
2021-11-21nixos/qemu-vm: default memorySize 384 -> 1024Artturin1-1/+0
the default hasn't been changed since 2009 this can improve our test performances nixos/tests: remove explicit memorySize <1024 1024MiB is now the default
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-01-30nixosTests.networkingProxy: port to PythonAndrew Dunham1-42/+66
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-4/+4
2015-07-12all tests: added meta.maintainers sectionJoachim Schiele1-3/+5
2014-11-30Introduce a dedicated networking.proxy optionAntoine R. Dumont1-0/+109
Following the discussion NixOS#5021: - obsolete the nix.proxy option - add the networking.proxy option - open a default no_proxy environment variable - add a rsync option - Manual tests ok. - Automatic tests ok. Amended by lethalman to simplify the option descriptions.