docs: 📝 Document Nix installation

This commit is contained in:
Jesse Wierzbinski 2025-04-15 13:03:52 +02:00
parent 2d921438a9
commit c26e896afe
No known key found for this signature in database
4 changed files with 99 additions and 3 deletions

View file

@ -78,7 +78,7 @@ in {
freeformType = configFormat.type;
options = {};
};
description = "Contents of the config file. Check the Versia Server documentation for information on its contents.";
description = "Contents of the config file, which is serialized to TOML. Check the Versia Server documentation for information on its contents.";
};
};
};