This branch is 61 commits behind M-Labs/it-infra:master
Egor Savkin b1779b57cc Break cycle dependency of tunnel netdev services on network setup
This changes the following chain after nixos-rebuild switch with modified tunnel interfaces:
stop network-setup -> stop TUN-netdev -> stop network-addresses-TUN -> start network-addresses-TUN (fails since it depends on TUN-netdev which is off).

Chain after this change:
stop TUN-netdev -> stop network-setup -> stop network-addresses-TUN -> start TUN-netdev -> start network-addresses-TUN -> start network-setup

Signed-off-by: Egor Savkin <es@m-labs.hk>
2024-10-30 17:23:52 +08:00
2024-09-13 13:23:15 +08:00
2024-01-17 13:54:42 +08:00
2024-09-05 14:36:37 +08:00
2023-07-13 13:56:19 +08:00
2023-07-13 13:56:19 +08:00
2023-07-13 13:56:19 +08:00
Description
No description provided
1 MiB
Languages
Nix 91.6%
DIGITAL Command Language 4%
Python 2.3%
Shell 1.3%
Perl 0.8%