summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-13 13:13:53 -0500
committerMarc Coquand <marc@mccd.space>2024-05-13 13:13:53 -0500
commitb9e083a6f014524f37434dabb3f14d8dda039032 (patch)
tree21df87704fa87ed5cabd5021d15636f91b2688d9
parent0e19c488cfe3b50507efeaf7c7b25fdf0e2be115 (diff)
downloadnixos-b9e083a6f014524f37434dabb3f14d8dda039032.tar.gz
nixos-b9e083a6f014524f37434dabb3f14d8dda039032.tar.bz2
nixos-b9e083a6f014524f37434dabb3f14d8dda039032.zip
Test update repo readme
-rw-r--r--configuration.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix
index fc9632e..95798cf 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 = ":README.md";
remove-suffix = "1";
"mimetype.gif" = "image/gif";
"mimetype.html" = "text/html";
@@ -103,6 +103,7 @@ 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;