nixpkgs/nixos/modules/services/networking/scion
Matthew Croughan d76ad79b4d
nixos/scion: use RuntimeDirectory instead of StateDirectory (#323200)
It was wrong to use StateDirectory to keep the scion-control and
scion-router runtime databases on disk for the next run. I observed that
doing this means a reboot, or power outage can corrupt the temporary
runtime databases for the next service start, leading scion ping and
other functionality to stop working permanently, since those files are
not managed in an atomic manner by the golang code.
2024-06-28 22:16:36 +02:00
..
scion-control.nix nixos/scion: use RuntimeDirectory instead of StateDirectory (#323200) 2024-06-28 22:16:36 +02:00
scion-daemon.nix nixos/scion: use RuntimeDirectory instead of StateDirectory (#323200) 2024-06-28 22:16:36 +02:00
scion-dispatcher.nix nixos/scion: use RuntimeDirectory instead of StateDirectory (#323200) 2024-06-28 22:16:36 +02:00
scion-router.nix nixos/scion: use RuntimeDirectory instead of StateDirectory (#323200) 2024-06-28 22:16:36 +02:00
scion.nix nixos/scion: add scion package when scion.enable = true 2024-06-27 11:52:04 +02:00