about summary refs log tree commit diff
path: root/nixos/tests/initrd-network.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-05-12nixos: remove historical maintainership of modules by eelcoJade Lovelace1-1/+1
Eelco has made several early contributions to NixOS including writing the samba module among other things, but is more or less inactive these days. By my brief inspection, he has not committed to the nixos/ tree since releasing Nix 2.13 in early 2023 and merging a PR to networking tests slightly before that. A lot of these tests/modules are actually unmaintained in practice, so we should update the code to reflect the practical reality so someone can consider picking them up.
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
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-02-08nixos/initrd-network: flush interfaces before stage 2Franz Pletz1-2/+13
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.
2019-12-16nixosTests.initrd-network: Port tests to pythonChristian Kampka1-4/+4
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2016-02-02boot.initrd.network: Support DHCPEelco Dolstra1-0/+22
This allows us to use it for EC2 instances.