Merge pull request #171264 from NixOS/nebula-always-restart

nixos/nebula: Always restart
main
Niklas Hambüchen 2 years ago committed by GitHub
commit 23aee34b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      nixos/modules/services/networking/nebula.nix

@ -192,6 +192,7 @@ in
Group = networkId;
})
];
unitConfig.StartLimitIntervalSec = 0; # ensure Restart=always is always honoured (networks can go down for arbitrarily long)
};
}) enabledNetworks);

Loading…
Cancel
Save