fix argument in mkEnableOption

This commit is contained in:
Arseniy Seroka
2015-06-21 18:19:46 +03:00
parent f780791429
commit cf44a27fc4
14 changed files with 17 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ in
{
options = {
services.plex = {
enable = mkEnableOption "Enable Plex Media Server";
enable = mkEnableOption "Plex Media Server";
# FIXME: In order for this config option to work, symlinks in the Plex
# package in the Nix store have to be changed to point to this directory.