summary refs log tree commit diff
path: root/nixos/tests/systemd-networkd-wireguard.nix
Commit message (Collapse)AuthorAge
* nixos/networkd: test routingPolicyRules with a nixos vm testFélix Baylac-Jacqué2020-03-02
|
* tests/systemd-networkd: add regression test for service groupWilliButz2019-11-25
| | | | | | | Previously systemd-networkd.service ran as systemd-network:nogroup. The wireguard private key file is now owned by root:systemd-network with mode 0640. It is therefore required that the systemd-network user is in the group with the same name, so that it is able to read the key file.
* tests/systemd-networkd-wireguard: migrate to `make-test-python`Félix Baylac-Jacqué2019-11-18
| | | | | | | Updating `systemd-networkd-wireguard` to use the python test runner. This change was purely syntactic. This migration did not require any semantic change.
* networking.useDHCP: disallow for networkdRobin Gloster2019-09-24
| | | | | This setting will be removed with the switch to systemd-networkd. The use of per interface config is encouraged instead.
* systemd-networkd: add testsFélix Baylac-Jacqué2019-08-21
(cherry picked from commit ec073e41a0dc8273cd81cf61fa37004310120af2)