summaryrefslogtreecommitdiffstats
path: root/nixos/modules/virtualisation/ecs-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/virtualisation/ecs-agent.nix
parent540163e4a43f6e4b3bd509d148eedd2e01f8024c (diff)
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/virtualisation/ecs-agent.nix')
-rw-r--r--nixos/modules/virtualisation/ecs-agent.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/virtualisation/ecs-agent.nix b/nixos/modules/virtualisation/ecs-agent.nix
index 18e45e0b8457..fc51b159579e 100644
--- a/nixos/modules/virtualisation/ecs-agent.nix
+++ b/nixos/modules/virtualisation/ecs-agent.nix
@@ -12,6 +12,7 @@ in {
type = types.path;
description = "The ECS agent package to use";
default = pkgs.ecs-agent;
+ defaultText = "pkgs.ecs-agent";
};
extra-environment = mkOption {