Unverified Commit 9b6b7bf5 authored by misuzu's avatar misuzu Committed by GitHub
Browse files

nixos/wireguard-networkd: fix 'cannot find device' error (#430762)

parents 17f89d34 e338c7b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ let
      # See: https://github.com/systemd/systemd/issues/9911
      # This hack does the job but takes down the whole interface to do it.
      script = ''
        ip link delete ${name}
        ip link delete ${name} || :
        networkctl reload
      '';
    };