From dd724c38cb332cc8cc98e1505cab012010677263 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 31 Mar 2017 17:08:16 +0200 Subject: Fix typo --- custom/uucp.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom/uucp.nix b/custom/uucp.nix index 2180d99c..0ae04fff 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix @@ -137,8 +137,8 @@ in { }; nmDispatch = mkOption { - type = config.networking.networkmanager.enable; - default = false; + type = types.bool; + default = config.networking.networkmanager.enable; description = '' Install a network-manager dispatcher script to automatically call all remotes when networking is available -- cgit v1.2.3