summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-07-18 20:40:24 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-07-18 20:40:24 -0400
commit00eef848b29730b286914e3902c58209265a59f6 (patch)
tree64a17ab19afae47ddcdfd2fdb2447fb8293516d9 /nixos/modules
parent3531a229d1d9b67305bcf9f0441365f2e89cc361 (diff)
downloadnixpkgs-00eef848b29730b286914e3902c58209265a59f6.tar
nixpkgs-00eef848b29730b286914e3902c58209265a59f6.tar.gz
nixpkgs-00eef848b29730b286914e3902c58209265a59f6.tar.bz2
nixpkgs-00eef848b29730b286914e3902c58209265a59f6.tar.lz
nixpkgs-00eef848b29730b286914e3902c58209265a59f6.tar.xz
nixpkgs-00eef848b29730b286914e3902c58209265a59f6.tar.zst
nixpkgs-00eef848b29730b286914e3902c58209265a59f6.zip
nixos/doc: fix build
Adjusts to options renamed in 90b1197301eb714e64a508c3be2dd073b24caed3
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/desktops/flatpak.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/desktops/flatpak.xml b/nixos/modules/services/desktops/flatpak.xml
index fb27bd1f62b..8f080b25022 100644
--- a/nixos/modules/services/desktops/flatpak.xml
+++ b/nixos/modules/services/desktops/flatpak.xml
@@ -29,7 +29,7 @@
   in other cases, you will need to add something like the following to your
   <filename>configuration.nix</filename>:
 <programlisting>
-  <xref linkend="opt-services.flatpak.extraPortals"/> = [ pkgs.xdg-desktop-portal-gtk ];
+  <xref linkend="opt-xdg.portal.extraPortals"/> = [ pkgs.xdg-desktop-portal-gtk ];
 </programlisting>
  </para>
  <para>