Skip to content

Commit

Permalink
Try nm-online fix from NixOS/nixpkgs#296953
Browse files Browse the repository at this point in the history
  • Loading branch information
KoviRobi committed Apr 6, 2024
1 parent 9282748 commit 1d86c07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configurations/base-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ in
networking.firewall.allowedUDPPorts = [ ];

networking.networkmanager = { enable = true; enableStrongSwan = true; };
systemd.services.NetworkManager-wait-online.serviceConfig.ExecStart =
[ "" "${pkgs.networkmanager}/bin/nm-online -q" ];

systemd.services.systemd-udev-settle.enable = false;
systemd.services.ModemManager.enable = false;
Expand Down

0 comments on commit 1d86c07

Please sign in to comment.