Skip to content

Commit

Permalink
fix: rebuild timeout from nm-wait-online
Browse files Browse the repository at this point in the history
Temporarily fixed by disabling nm-wait-online
NixOS/nixpkgs#180175
  • Loading branch information
jack-michaud committed Oct 15, 2022
1 parent c765018 commit 1d1c8d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ with lib.my;
};
security.doas.enable = true;

# Disable wait online as it's causing trouble at rebuild
# See: https://github.com/NixOS/nixpkgs/issues/180175
systemd.services.NetworkManager-wait-online.enable = false;

# DNS servers
networking.nameservers = mkDefault [ "192.168.0.250" "1.1.1.1" ];
networking.enableIPv6 = true;
Expand Down

0 comments on commit 1d1c8d0

Please sign in to comment.