summary refs log tree commit diff
path: root/nixos/modules/services/misc/ssm-agent.nix
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2017-03-07 14:01:50 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2017-03-07 14:06:08 +0100
commit15da23d5c143dfa94543b120795af03b44dfbf0f (patch)
treecf1a9c468e85e96780a9f1debba94879928eb45d /nixos/modules/services/misc/ssm-agent.nix
parent540163e4a43f6e4b3bd509d148eedd2e01f8024c (diff)
downloadnixpkgs-15da23d5c143dfa94543b120795af03b44dfbf0f.tar
nixpkgs-15da23d5c143dfa94543b120795af03b44dfbf0f.tar.gz
nixpkgs-15da23d5c143dfa94543b120795af03b44dfbf0f.tar.bz2
nixpkgs-15da23d5c143dfa94543b120795af03b44dfbf0f.tar.lz
nixpkgs-15da23d5c143dfa94543b120795af03b44dfbf0f.tar.xz
nixpkgs-15da23d5c143dfa94543b120795af03b44dfbf0f.tar.zst
nixpkgs-15da23d5c143dfa94543b120795af03b44dfbf0f.zip
nixos/modules: use defaultText/literalExample where applicable
Primarily to fix rendering of default values/examples but also
to avoid unnecessary work.
Diffstat (limited to 'nixos/modules/services/misc/ssm-agent.nix')
-rw-r--r--nixos/modules/services/misc/ssm-agent.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/misc/ssm-agent.nix b/nixos/modules/services/misc/ssm-agent.nix
index b04959a9686..c1e1f090353 100644
--- a/nixos/modules/services/misc/ssm-agent.nix
+++ b/nixos/modules/services/misc/ssm-agent.nix
@@ -23,6 +23,7 @@ in {
       type = types.path;
       description = "The SSM agent package to use";
       default = pkgs.ssm-agent;
+      defaultText = "pkgs.ssm-agent";
     };
   };