mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
Revert "networking: add option to toggle the wait-online service"
This reverts commit 8758f476b3.
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user