about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorAndré Silva <123550+andresilva@users.noreply.github.com>2024-05-05 19:14:28 +0100
committerGitHub <noreply@github.com>2024-05-05 19:14:28 +0100
commit7142a2dec9741d40004b9fd7ef76130e1a513cb9 (patch)
tree2d9af5b27de7e23597821c883bb321d5b871b662 /nixos
parent8a50cbb3a551b9c461df11d2196f63e79eff529d (diff)
parentacc107531686724599d0d99a0b9d9103cb0db1c0 (diff)
Merge pull request #306655 from devusb/sunshine-update
sunshine: 0.23.0 -> 0.23.1
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/sunshine.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/services/networking/sunshine.nix b/nixos/modules/services/networking/sunshine.nix
index 0749eaee95d8a..ec78db1f3f8e9 100644
--- a/nixos/modules/services/networking/sunshine.nix
+++ b/nixos/modules/services/networking/sunshine.nix
@@ -1,6 +1,6 @@
 { config, lib, pkgs, utils, ... }:
 let
-  inherit (lib) mkEnableOption mkPackageOption mkOption mkIf mkDefault types optionals getExe;
+  inherit (lib) mkEnableOption mkPackageOption mkOption literalExpression mkIf mkDefault types optionals getExe;
   inherit (utils) escapeSystemdExecArgs;
   cfg = config.services.sunshine;
 
@@ -46,7 +46,7 @@ in
 
         See https://docs.lizardbyte.dev/projects/sunshine/en/latest/about/advanced_usage.html#configuration for syntax.
       '';
-      example = ''
+      example = literalExpression ''
         {
           sunshine_name = "nixos";
         }
@@ -67,7 +67,7 @@ in
       description = ''
         Configuration for applications to be exposed to Moonlight. If this is set, no configuration is possible from the web UI, and must be by the `settings` option.
       '';
-      example = ''
+      example = literalExpression ''
         {
           env = {
             PATH = "$(PATH):$(HOME)/.local/bin";