summary refs log tree commit diff
path: root/nixos/modules/services/networking/doh-proxy-rust.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/doh-proxy-rust.nix')
-rw-r--r--nixos/modules/services/networking/doh-proxy-rust.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/doh-proxy-rust.nix b/nixos/modules/services/networking/doh-proxy-rust.nix
index 0e55bc38665..efd492e23f8 100644
--- a/nixos/modules/services/networking/doh-proxy-rust.nix
+++ b/nixos/modules/services/networking/doh-proxy-rust.nix
@@ -15,7 +15,7 @@ in {
     flags = mkOption {
       type = types.listOf types.str;
       default = [];
-      example = literalExample [ "--server-address=9.9.9.9:53" ];
+      example = [ "--server-address=9.9.9.9:53" ];
       description = ''
         A list of command-line flags to pass to doh-proxy. For details on the
         available options, see <link xlink:href="https://github.com/jedisct1/doh-server#usage"/>.