diff --git a/doc/using/configuration.xml b/doc/using/configuration.xml index 1e1df867e08e..2cd2615f54ae 100644 --- a/doc/using/configuration.xml +++ b/doc/using/configuration.xml @@ -138,11 +138,11 @@ - For a more useful example, try the following. This configuration only allows unfree packages named flash player and visual studio code: + For a more useful example, try the following. This configuration only allows unfree packages named roon-server and visual studio code: { allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ - "flashplayer" + "roon-server" "vscode" ]; }