diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-31 17:08:16 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-31 17:08:16 +0200 |
| commit | dd724c38cb332cc8cc98e1505cab012010677263 (patch) | |
| tree | c761a6d0efb4d771a5fbe93e779a6de23067ffc1 | |
| parent | 25c850e43ce43780eba3e6b58e71ec05869cecfb (diff) | |
| download | nixos-dd724c38cb332cc8cc98e1505cab012010677263.tar nixos-dd724c38cb332cc8cc98e1505cab012010677263.tar.gz nixos-dd724c38cb332cc8cc98e1505cab012010677263.tar.bz2 nixos-dd724c38cb332cc8cc98e1505cab012010677263.tar.xz nixos-dd724c38cb332cc8cc98e1505cab012010677263.zip | |
Fix typo
| -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 |
