diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-13 13:17:36 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-13 13:17:36 -0500 |
commit | ddb16a7e64799962b70daa7d435b01e88c17e254 (patch) | |
tree | 624ad5aad68015d40824391d907e8f01cb72c917 | |
parent | b9e083a6f014524f37434dabb3f14d8dda039032 (diff) | |
download | nixos-ddb16a7e64799962b70daa7d435b01e88c17e254.tar.gz nixos-ddb16a7e64799962b70daa7d435b01e88c17e254.tar.bz2 nixos-ddb16a7e64799962b70daa7d435b01e88c17e254.zip |
Test
-rw-r--r-- | configuration.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configuration.nix b/configuration.nix index 95798cf..2628499 100644 --- a/configuration.nix +++ b/configuration.nix @@ -93,7 +93,7 @@ in { "ssh://git@git.mccd.space:$CGIT_REPO_URL" ]); footer = ""; - readme = ":README.md"; + readme = ":README.md\nreadme=:README"; remove-suffix = "1"; "mimetype.gif" = "image/gif"; "mimetype.html" = "text/html"; @@ -103,7 +103,6 @@ in { "mimetype.png" = "image/png"; "mimetype.svg" = "image/svg+xml"; "repo.owner" = "Marc"; - "repo.readme" = ":README"; enable-log-filecount = 1; enable-follow-links = 1; enable-log-linecount = 1; |