summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/stage-1/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/stage-1/default.nix b/modules/stage-1/default.nix
index 5a14584e..5d49475f 100644
--- a/modules/stage-1/default.nix
+++ b/modules/stage-1/default.nix
@@ -561,7 +561,7 @@ in
561 is the path it should be copied from (or null for the same 561 is the path it should be copied from (or null for the same
562 path inside and out). 562 path inside and out).
563 ''; 563 '';
564 example = literalExample 564 example = literalExpression
565 '' 565 ''
566 { "/etc/dropbear/dropbear_rsa_host_key" = 566 { "/etc/dropbear/dropbear_rsa_host_key" =
567 ./secret-dropbear-key; 567 ./secret-dropbear-key;