diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-19 19:19:02 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-19 19:19:02 +0200 |
commit | 0d0fb5657f2557fb5b81f0305513437b7fc37541 (patch) | |
tree | 936651ec86df3386d60ab610f45ae2d3bfff9f4a /modules/stage-1/default.nix | |
parent | 81da1cf8552d7144405fda5a75a6b35a20cf134c (diff) | |
download | nixos-0d0fb5657f2557fb5b81f0305513437b7fc37541.tar nixos-0d0fb5657f2557fb5b81f0305513437b7fc37541.tar.gz nixos-0d0fb5657f2557fb5b81f0305513437b7fc37541.tar.bz2 nixos-0d0fb5657f2557fb5b81f0305513437b7fc37541.tar.xz nixos-0d0fb5657f2557fb5b81f0305513437b7fc37541.zip |
...
Diffstat (limited to 'modules/stage-1/default.nix')
-rw-r--r-- | modules/stage-1/default.nix | 2 |
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; |