From 6fd4209594f58bf79bf99aae42125101f9387f15 Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Sat, 14 Oct 2017 14:42:07 +0800 Subject: [PATCH] Revert "networking: add option to toggle the wait-online service" This reverts commit 8758f476b36e1d98ad2c854889c642ad6d86c505. --- nixos/modules/config/networking.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/nixos/modules/config/networking.nix b/nixos/modules/config/networking.nix index 5f42ec51703c..619f36cd5150 100644 --- a/nixos/modules/config/networking.nix +++ b/nixos/modules/config/networking.nix @@ -186,15 +186,6 @@ in ''; }; }; - networking.waitForOnline = lib.mkOption { - type = types.bool; - default = true; - description = '' - When bringing up the network, always wait for it to be online before continuing. - - This is currently only implemented for networkd. - ''; - }; }; config = {