about summary refs log tree commit diff
path: root/nixos
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
parentf37be82593a90a414e879253e8624588b51153e7 (diff)
parent36ac9222715cea3c0e657b620dad9f21fda1ad43 (diff)
Merge pull request #274013 from philiptaron/fixing-things
nixos/jigasi: update to use literalExpression
Diffstat (limited to 'nixos')
-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 8d2d25c6edfc6..e701689031b14 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";
         }