nixpkgs module: update config example
firefox.enableGeckoMediaPlayer does not exist anymore.
Franz Pletz 7 years ago 7ea15ef9 7035d7f1
··· 93 93 default = {}; 94 94 example = literalExample 95 95 '' 96 96 - { firefox.enableGeckoMediaPlayer = true; } 96 96 + { allowBroken = true; allowUnfree = true; } 97 97 ''; 98 98 type = configType; 99 99 description = ''