Skip to content

Commit

Permalink
hosts: features: network: Add nm-online-service workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Salvador <[email protected]>
  • Loading branch information
otavio committed Oct 29, 2024
1 parent b556983 commit 4ee763a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions hosts/features/required/network.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
"2606:4700:4700::1001"
];
};

# Workaround fix for nm-online-service from stalling on Wireguard interface.
# Refs: https://github.com/NixOS/nixpkgs/issues/180175
systemd.network.wait-online.enable = false;
}
4 changes: 0 additions & 4 deletions hosts/micro/zerotier.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
# Workaround fix for nm-online-service from stalling on Wireguard interface.
# Refs: https://github.com/NixOS/nixpkgs/issues/180175
systemd.network.wait-online.enable = false;

services.zerotierone = {
enable = true;
joinNetworks = [
Expand Down

0 comments on commit 4ee763a

Please sign in to comment.