summary refs log tree commit diff
path: root/nixos/tests/networking-proxy.nix
Commit message (Collapse)AuthorAge
* nixos/qemu-vm: default memorySize 384 -> 1024Artturin2021-11-21
| | | | | | | | | 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
* treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl2021-01-10
| | | | | The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
* nixosTests.networkingProxy: port to PythonAndrew Dunham2020-01-30
|
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* all tests: added meta.maintainers sectionJoachim Schiele2015-07-12
|
* Introduce a dedicated networking.proxy optionAntoine R. Dumont2014-11-30
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.