nixpkgs/nixos/modules/tasks
Luflosi 64560de406
nixos/networkd: fix networking.networkd.static test
Commit ca58bd0a50 broke the test networking.networkd.static. This happened because the test sets `networking.defaultGateway`. This is implemented by adding the gateway to the list of `routes` using `mkDefault`. The `routes` are then overridden by an empty list in the newly added code. Replace `mkDefault` with `id` so the two lists are merged and everything (hopefully) works as expected.
See https://github.com/NixOS/nixpkgs/pull/144590 for a more context.
2022-01-21 19:35:17 +01:00
..
filesystems treewide: add defaultText for options using other shortcut bindings 2021-12-09 01:42:24 +01:00
auto-upgrade.nix NixOS auto upgrade: add openssh to path 2021-11-19 12:52:36 +00:00
bcache.nix nixos/modules: remove trailing whitespace 2020-08-07 14:45:39 +01:00
cpu-freq.nix nixos/cpu-freq: fix typo in description 2021-04-21 22:03:18 +02:00
encrypted-devices.nix treewide: fold -> foldr 2021-01-26 10:57:07 +07:00
filesystems.nix nixos/doc: clean up defaults and examples 2021-10-04 12:47:20 +02:00
lvm.nix nixos/doc: clean up defaults and examples 2021-10-04 12:47:20 +02:00
network-interfaces-scripted.nix nixos/networking: add options for configuring a GRE tunnel 2021-12-07 15:44:00 +00:00
network-interfaces-systemd.nix nixos/networkd: fix networking.networkd.static test 2022-01-21 19:35:17 +01:00
network-interfaces.nix nixos/networkd: Add routes from interfaces to [Route] section of .network file 2022-01-20 20:14:55 +01:00
powertop.nix nixos/powertop: wait for hardware to initialize 2020-01-09 19:45:41 +08:00
scsi-link-power-management.nix [bot] nixos/*: remove unused arguments in lambdas 2018-07-20 20:56:59 +00:00
snapraid.nix nixos/snapraid: fix evaluation 2021-12-08 11:10:02 +01:00
swraid.nix systemd service: remove generator-packages option 2019-08-01 00:55:35 +03:00
trackpoint.nix xserver: Generate readable config indentation 2021-06-17 03:34:40 +02:00
tty-backgrounds-combine.sh