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