summary refs log tree commit diff
path: root/nixos/modules/services/security/shibboleth-sp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/security/shibboleth-sp.nix')
-rw-r--r--nixos/modules/services/security/shibboleth-sp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/security/shibboleth-sp.nix b/nixos/modules/services/security/shibboleth-sp.nix
index 5908f727d53..fea2a855e20 100644
--- a/nixos/modules/services/security/shibboleth-sp.nix
+++ b/nixos/modules/services/security/shibboleth-sp.nix
@@ -14,7 +14,7 @@ in {
 
       configFile = mkOption {
         type = types.path;
-        example = "${pkgs.shibboleth-sp}/etc/shibboleth/shibboleth2.xml";
+        example = literalExpression ''"''${pkgs.shibboleth-sp}/etc/shibboleth/shibboleth2.xml"'';
         description = "Path to shibboleth config file";
       };