diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/grfn/system/system/modules/common.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/grfn/system/system/modules/common.nix b/users/grfn/system/system/modules/common.nix index 3edec8a5525e..4ed1f8d7b196 100644 --- a/users/grfn/system/system/modules/common.nix +++ b/users/grfn/system/system/modules/common.nix @@ -17,6 +17,8 @@ with lib; networking.useDHCP = false; networking.networkmanager.enable = true; + systemd.services.NetworkManager-wait-online.enable = lib.mkForce false; + systemd.services.systemd-networkd-wait-online.enable = lib.mkForce false; i18n = { defaultLocale = "en_US.UTF-8"; |