summaryrefslogtreecommitdiff
path: root/modules/networking.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-11-16 17:14:53 +0100
committeradikro <adikro@disroot.org>2025-11-16 17:14:53 +0100
commitc0ef19bd513388546a71bee352fe39ef3626b457 (patch)
treee9d3e9de077fa2673409bde282b154267b8a4247 /modules/networking.nix
parentc0aedcdb2f1d3da403daabd7949b61eb2ffcb750 (diff)
fixed long boot times
Diffstat (limited to 'modules/networking.nix')
-rw-r--r--modules/networking.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/networking.nix b/modules/networking.nix
index ad4ea26..29de399 100644
--- a/modules/networking.nix
+++ b/modules/networking.nix
@@ -1,8 +1,6 @@
{ ... }:
-
{
- systemd.network.wait-online.enable = false;
- boot.initrd.systemd.network.wait-online.enable = false;
+ systemd.services."NetworkManager-wait-online".enable = false;
networking = {
hostName = "szpont";