summary refs log tree commit diff
path: root/nixos/modules/tasks
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2018-04-05 04:45:50 +0000
committerGitHub <noreply@github.com>2018-04-05 04:45:50 +0000
commit20ad4be3831249ce82032b9cbe48125f11e7d2a2 (patch)
treebadd18124c67341741a31409510e50f94c1f5ad0 /nixos/modules/tasks
parentc011843b0cfd3b1f8dd73bbfc06bc8ae3bc17715 (diff)
parentdd9f77650904bd24f96f19f185a4852d8c3c9b6c (diff)
downloadnixlib-20ad4be3831249ce82032b9cbe48125f11e7d2a2.tar
nixlib-20ad4be3831249ce82032b9cbe48125f11e7d2a2.tar.gz
nixlib-20ad4be3831249ce82032b9cbe48125f11e7d2a2.tar.bz2
nixlib-20ad4be3831249ce82032b9cbe48125f11e7d2a2.tar.lz
nixlib-20ad4be3831249ce82032b9cbe48125f11e7d2a2.tar.xz
nixlib-20ad4be3831249ce82032b9cbe48125f11e7d2a2.tar.zst
nixlib-20ad4be3831249ce82032b9cbe48125f11e7d2a2.zip
Merge pull request #38405 from volth/patch-121
network-interfaces-scripted: wlanInterfaces have .device, …
Diffstat (limited to 'nixos/modules/tasks')
-rw-r--r--nixos/modules/tasks/network-interfaces-scripted.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/tasks/network-interfaces-scripted.nix b/nixos/modules/tasks/network-interfaces-scripted.nix
index 630fe6d114ce..c7d56790fa0c 100644
--- a/nixos/modules/tasks/network-interfaces-scripted.nix
+++ b/nixos/modules/tasks/network-interfaces-scripted.nix
@@ -68,8 +68,7 @@ let
              (hasAttr dev cfg.macvlans) ||
              (hasAttr dev cfg.sits) ||
              (hasAttr dev cfg.vlans) ||
-             (hasAttr dev cfg.vswitches) ||
-             (hasAttr dev cfg.wlanInterfaces)
+             (hasAttr dev cfg.vswitches)
           then [ "${dev}-netdev.service" ]
           else optional (dev != null && dev != "lo" && !config.boot.isContainer) (subsystemDevice dev);