Skip to content

Commit 22f142f

Browse files
committed
feat: don't want for network online nm on bootup
Signed-off-by: Reputable2722 <153411261+Reputable2772@users.noreply.github.com>
1 parent 646f8b6 commit 22f142f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

System/Lenovo-Laptop/Services/networking.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{ config, lib, ... }:
22
{
3+
# Don't wait for online.
4+
systemd.services.NetworkManager-wait-online.enable = false;
5+
36
networking = {
47
firewall = config.hm-config.firewall // {
58
enable = true;

0 commit comments

Comments
 (0)