pang13: disable NetworkManager wait online that hangs
This commit is contained in:
parent
c765ee6aef
commit
aa4cc01059
1 changed files with 4 additions and 1 deletions
|
@ -36,4 +36,7 @@
|
|||
support32Bit = true;
|
||||
};
|
||||
services.pipewire.enable = lib.mkForce false;
|
||||
}
|
||||
|
||||
# https://discourse.nixos.org/t/nixos-rebuild-switch-upgrade-networkmanager-wait-online-service-failure/30746
|
||||
systemd.services.NetworkManager-wait-online.enable = lib.mkForce false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue