nixpkgs/nixos/modules/tasks
Tomáš Kuča 71ce6b582b
nixos/network-interfaces: prevent failure when a network address already exists
The original code tests output of `ip addr add` command to detect if an
adress already exists. The error message was changed in the past and the
test no longer works.

The patch replaces `ip addr add` with `ip addr replace`. The new command
replaces an existing address or creates a new one if there isn't any.

fixes 306841
2024-05-17 01:02:29 +02:00
..
filesystems Merge pull request #287505 from jpds/zfs-scrub-trim-randomizedDelaySec 2024-05-10 02:11:13 +02:00
auto-upgrade.nix nixos: remove all uses of lib.mdDoc 2024-04-13 10:07:35 -07:00
bcache.nix nixos: remove all uses of lib.mdDoc 2024-04-13 10:07:35 -07:00
cpu-freq.nix nixos: remove all uses of lib.mdDoc 2024-04-13 10:07:35 -07:00
encrypted-devices.nix nixos: remove all uses of lib.mdDoc 2024-04-13 10:07:35 -07:00
filesystems.nix nixos: remove all uses of lib.mdDoc 2024-04-13 10:07:35 -07:00
lvm.nix nixos: remove all uses of lib.mdDoc 2024-04-13 10:07:35 -07:00
network-interfaces-scripted.nix nixos/network-interfaces: prevent failure when a network address already exists 2024-05-17 01:02:29 +02:00
network-interfaces-systemd.nix nixos: fix iproute2 invocations (#263976) 2023-10-29 18:27:16 +01:00
network-interfaces.nix nixos: remove all uses of lib.mdDoc 2024-04-13 10:07:35 -07:00
powertop.nix nixos: remove all uses of lib.mdDoc 2024-04-13 10:07:35 -07:00
scsi-link-power-management.nix nixos: remove all uses of lib.mdDoc 2024-04-13 10:07:35 -07:00
stratis.nix nixos: remove all uses of lib.mdDoc 2024-04-13 10:07:35 -07:00
swraid.nix nixos: remove all uses of lib.mdDoc 2024-04-13 10:07:35 -07:00
trackpoint.nix nixos: remove all uses of lib.mdDoc 2024-04-13 10:07:35 -07:00
tty-backgrounds-combine.sh