about summary refs log tree commit diff
path: root/nixos/modules/services/admin/meshcentral.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/admin/meshcentral.nix')
-rw-r--r--nixos/modules/services/admin/meshcentral.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/admin/meshcentral.nix b/nixos/modules/services/admin/meshcentral.nix
index ae7b6edda7d5..92762d2037c3 100644
--- a/nixos/modules/services/admin/meshcentral.nix
+++ b/nixos/modules/services/admin/meshcentral.nix
@@ -10,7 +10,7 @@ in with lib; {
       description = "MeshCentral package to use. Replacing this may be necessary to add dependencies for extra functionality.";
       type = types.package;
       default = pkgs.meshcentral;
-      defaultText = "pkgs.meshcentral";
+      defaultText = literalExpression "pkgs.meshcentral";
     };
     settings = mkOption {
       description = ''