summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2017-10-14 14:42:07 +0800
committerPeter Hoeg <peter@hoeg.com>2017-10-14 14:42:49 +0800
commit6fd4209594f58bf79bf99aae42125101f9387f15 (patch)
treef502f21f0536921ca8a56ab40baa3ed81c0b15e8 /nixos/modules/config
parent0f486c46b2f746007e083b5122145c35c3bd38ed (diff)
downloadnixlib-6fd4209594f58bf79bf99aae42125101f9387f15.tar
nixlib-6fd4209594f58bf79bf99aae42125101f9387f15.tar.gz
nixlib-6fd4209594f58bf79bf99aae42125101f9387f15.tar.bz2
nixlib-6fd4209594f58bf79bf99aae42125101f9387f15.tar.lz
nixlib-6fd4209594f58bf79bf99aae42125101f9387f15.tar.xz
nixlib-6fd4209594f58bf79bf99aae42125101f9387f15.tar.zst
nixlib-6fd4209594f58bf79bf99aae42125101f9387f15.zip
Revert "networking: add option to toggle the wait-online service"
This reverts commit 8758f476b36e1d98ad2c854889c642ad6d86c505.
Diffstat (limited to 'nixos/modules/config')
-rw-r--r--nixos/modules/config/networking.nix9
1 files changed, 0 insertions, 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 = {