about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorLassulus <github@lassul.us>2023-12-14 12:53:10 +0100
committerGitHub <noreply@github.com>2023-12-14 12:53:10 +0100
commit091033d6c6b786dca4a69c1c9c09300a0e94ed09 (patch)
treef6099856e4001a3463405ce5c99d94f66152d6a9 /nixos/modules
parentf37be82593a90a414e879253e8624588b51153e7 (diff)
parent36ac9222715cea3c0e657b620dad9f21fda1ad43 (diff)
downloadnixlib-091033d6c6b786dca4a69c1c9c09300a0e94ed09.tar
nixlib-091033d6c6b786dca4a69c1c9c09300a0e94ed09.tar.gz
nixlib-091033d6c6b786dca4a69c1c9c09300a0e94ed09.tar.bz2
nixlib-091033d6c6b786dca4a69c1c9c09300a0e94ed09.tar.lz
nixlib-091033d6c6b786dca4a69c1c9c09300a0e94ed09.tar.xz
nixlib-091033d6c6b786dca4a69c1c9c09300a0e94ed09.tar.zst
nixlib-091033d6c6b786dca4a69c1c9c09300a0e94ed09.zip
Merge pull request #274013 from philiptaron/fixing-things
nixos/jigasi: update to use literalExpression
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/networking/jigasi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/jigasi.nix b/nixos/modules/services/networking/jigasi.nix
index 8d2d25c6edfc..e701689031b1 100644
--- a/nixos/modules/services/networking/jigasi.nix
+++ b/nixos/modules/services/networking/jigasi.nix
@@ -96,7 +96,7 @@ in
     config = mkOption {
       type = attrsOf str;
       default = { };
-      example = literalExample ''
+      example = literalExpression ''
         {
           "org.jitsi.jigasi.auth.URL" = "XMPP:jitsi-meet.example.com";
         }