summary refs log tree commit diff
path: root/nixos/tests/initrd-network.nix
Commit message (Collapse)AuthorAge
* 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.
* nixos/initrd-network: flush interfaces before stage 2Franz Pletz2020-02-08
| | | | | | | Depending on the network management backend being used, if the interface configuration in stage 1 is not cleared, there might still be some old addresses or routes from stage 1 present in stage 2 after network configuration has finished.
* nixosTests.initrd-network: Port tests to pythonChristian Kampka2019-12-16
|
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* boot.initrd.network: Support DHCPEelco Dolstra2016-02-02
This allows us to use it for EC2 instances.