summary refs log tree commit diff
path: root/nixos/modules/services/networking/prosody.xml
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2020-08-23 19:11:40 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2020-09-02 00:42:51 +0200
commitbc62423a8733e0629600a8dbeb72f94a694cf14f (patch)
tree22b0f89e3ca621be5cb481be054f57ea4a9368f8 /nixos/modules/services/networking/prosody.xml
parent20d491a317d9956ddca80913f07d04bd234ea432 (diff)
downloadnixpkgs-bc62423a8733e0629600a8dbeb72f94a694cf14f.tar
nixpkgs-bc62423a8733e0629600a8dbeb72f94a694cf14f.tar.gz
nixpkgs-bc62423a8733e0629600a8dbeb72f94a694cf14f.tar.bz2
nixpkgs-bc62423a8733e0629600a8dbeb72f94a694cf14f.tar.lz
nixpkgs-bc62423a8733e0629600a8dbeb72f94a694cf14f.tar.xz
nixpkgs-bc62423a8733e0629600a8dbeb72f94a694cf14f.tar.zst
nixpkgs-bc62423a8733e0629600a8dbeb72f94a694cf14f.zip
nixos/doc: convert loaOf options refs to attrsOf
Diffstat (limited to 'nixos/modules/services/networking/prosody.xml')
-rw-r--r--nixos/modules/services/networking/prosody.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/nixos/modules/services/networking/prosody.xml b/nixos/modules/services/networking/prosody.xml
index 7859cb1578b..e3fedf8a67e 100644
--- a/nixos/modules/services/networking/prosody.xml
+++ b/nixos/modules/services/networking/prosody.xml
@@ -43,10 +43,10 @@ services.prosody = {
   <link linkend="opt-services.prosody.ssl.cert">ssl.cert</link> = "/var/lib/acme/example.org/fullchain.pem";
   <link linkend="opt-services.prosody.ssl.key">ssl.key</link> = "/var/lib/acme/example.org/key.pem";
   <link linkend="opt-services.prosody.virtualHosts">virtualHosts</link>."example.org" = {
-      <link linkend="opt-services.prosody.virtualHosts._name__.enabled">enabled</link> = true;
-      <link linkend="opt-services.prosody.virtualHosts._name__.domain">domain</link> = "example.org";
-      <link linkend="opt-services.prosody.virtualHosts._name__.ssl.cert">ssl.cert</link> = "/var/lib/acme/example.org/fullchain.pem";
-      <link linkend="opt-services.prosody.virtualHosts._name__.ssl.key">ssl.key</link> = "/var/lib/acme/example.org/key.pem";
+      <link linkend="opt-services.prosody.virtualHosts._name_.enabled">enabled</link> = true;
+      <link linkend="opt-services.prosody.virtualHosts._name_.domain">domain</link> = "example.org";
+      <link linkend="opt-services.prosody.virtualHosts._name_.ssl.cert">ssl.cert</link> = "/var/lib/acme/example.org/fullchain.pem";
+      <link linkend="opt-services.prosody.virtualHosts._name_.ssl.key">ssl.key</link> = "/var/lib/acme/example.org/key.pem";
   };
   <link linkend="opt-services.prosody.muc">muc</link> = [ {
       <link linkend="opt-services.prosody.muc">domain</link> = "conference.example.org";