diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-13 11:09:02 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-13 11:09:02 -0500 |
commit | f43d2c90e9d59528cd1fda60934ffcbd11472c73 (patch) | |
tree | 871c7543e01a7e76984836064c833410635ae562 /configuration.nix | |
parent | 6aa6e6740580412de486e041347c0636e660b156 (diff) | |
download | nixos-f43d2c90e9d59528cd1fda60934ffcbd11472c73.tar.gz nixos-f43d2c90e9d59528cd1fda60934ffcbd11472c73.tar.bz2 nixos-f43d2c90e9d59528cd1fda60934ffcbd11472c73.zip |
update config
Diffstat (limited to '')
-rw-r--r-- | configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index a919c53..2b16700 100644 --- a/configuration.nix +++ b/configuration.nix @@ -94,6 +94,7 @@ in { ]); footer = ""; readme = ":README.md"; + readme = ":README"; remove-suffix = "1"; "mimetype.gif" = "image/gif"; "mimetype.html" = "text/html"; |