mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-23 12:42:18 +00:00
3 lines
92 B
Nix
3 lines
92 B
Nix
{ lib, ... }: {
|
|
systemd.services.NetworkManager-wait-online.enable = lib.mkForce false;
|
|
}
|