mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-24 09:33:46 +01:00
This reduces the time window during which IP addresses are gone during switch-to-configuration. A complication is that with stopIfChanged = true, preStop would try to delete the *new* IP addresses rather than the old one (since the preStop script now runs after the switch to the new configuration). So we now record the actually configured addresses in /run/nixos/network/addresses/<interface>. This is more robust in any case. Issue https://github.com/NixOS/nixops/issues/640. |
||
|---|---|---|
| .. | ||
| filesystems | ||
| bcache.nix | ||
| cpu-freq.nix | ||
| encrypted-devices.nix | ||
| filesystems.nix | ||
| kbd.nix | ||
| lvm.nix | ||
| network-interfaces-scripted.nix | ||
| network-interfaces-systemd.nix | ||
| network-interfaces.nix | ||
| scsi-link-power-management.nix | ||
| swraid.nix | ||
| trackpoint.nix | ||
| tty-backgrounds-combine.sh | ||