diff options
Diffstat (limited to 'custom/uucp.nix')
-rw-r--r-- | custom/uucp.nix | 4 |
1 files 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 { | |||
137 | }; | 137 | }; |
138 | 138 | ||
139 | nmDispatch = mkOption { | 139 | nmDispatch = mkOption { |
140 | type = config.networking.networkmanager.enable; | 140 | type = types.bool; |
141 | default = false; | 141 | default = config.networking.networkmanager.enable; |
142 | description = '' | 142 | description = '' |
143 | Install a network-manager dispatcher script to automatically | 143 | Install a network-manager dispatcher script to automatically |
144 | call all remotes when networking is available | 144 | call all remotes when networking is available |