aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/shared.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/roles/shared.nix b/roles/shared.nix
index 3c508ee..e5c38b1 100644
--- a/roles/shared.nix
+++ b/roles/shared.nix
@@ -518,7 +518,11 @@
systemd = {
network = {
enable = true;
- wait-online.enable = true;
+ wait-online = {
+ timeout = 1;
+ enable = true;
+ anyInterface = true;
+ };
config = {
networkConfig = {
SpeedMeter = true;