diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/networking.nix | 4 |
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"; |
