about summary refs log tree commit diff
path: root/nixos/tests/networking
AgeCommit message (Collapse)AuthorFilesLines
2024-04-18nixosTests.networking: start network-online.target manuallyJanik H.1-0/+3
this is done to avoid future problems for when `network-online.target` doesn't depend on `multi-user.target`
2024-04-17nixosTests.networking: refactor and add NetworkManager supportJanik H.1-0/+169
2024-04-02nixosTests.networking: split router into a separate file and remove `with ↵Janik H.2-0/+1020
lib;` antipattern this commit also does a tiny bit more, namely: - removing unnecessary ping's to the hosts own ip - and simplifying a few pieces of code like changing `{ inherit (pkgs) lib pkgs; };` to `{ inherit lib pkgs; };`