diff options
Diffstat (limited to '')
-rw-r--r-- | configuration.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configuration.nix b/configuration.nix index 2b16700..fc9632e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -93,8 +93,7 @@ in { "ssh://git@git.mccd.space:$CGIT_REPO_URL" ]); footer = ""; - readme = ":README.md"; - readme = ":README"; + readme = ":README.md:README"; remove-suffix = "1"; "mimetype.gif" = "image/gif"; "mimetype.html" = "text/html"; |