summary refs log tree commit diff
path: root/nixos/modules/services/misc/nitter.nix
Commit message (Collapse)AuthorAge
* Merge pull request #208924 from erdnaxe/nitter-network-onlineSandro2023-07-12
|\
| * nixos/nitter: wait for online networkAlexandre Iooss2023-01-04
| |
* | nixos/nitter: fix proxy optionSophie Tauchert2023-06-01
| |
* | nixos/nitter: remove replaceInstagram optionAlexandre Iooss2023-05-16
| |
* | nixos/nitter: add new upstream optionsAlexandre Iooss2023-05-16
| |
* | nixos/nitter: add replaceReddit option1sixth2023-02-10
|/
* nixos/nitter: fix enable option descriptionSandro2022-12-23
| | | Whether to enable If enabled, start Nitter.. -> Whether to enable Nitter.
* nixos/*: automatically convert option descriptionspennae2022-08-31
| | | | | | | | | | | | conversions were done using https://github.com/pennae/nix-doc-munge using (probably) rev f34e145 running nix-doc-munge nixos/**/*.nix nix-doc-munge --import nixos/**/*.nix the tool ensures that only changes that could affect the generated manual *but don't* are committed, other changes require manual review and are discarded.
* Update nitter.nixmlyxshi2022-08-07
|
* treewide: automatically md-convert option descriptionspennae2022-07-30
| | | | | | | | | | | | | | | | | | | | | | the conversion procedure is simple: - find all things that look like options, ie calls to either `mkOption` or `lib.mkOption` that take an attrset. remember the attrset as the option - for all options, find a `description` attribute who's value is not a call to `mdDoc` or `lib.mdDoc` - textually convert the entire value of the attribute to MD with a few simple regexes (the set from mdize-module.sh) - if the change produced a change in the manual output, discard - if the change kept the manual unchanged, add some text to the description to make sure we've actually found an option. if the manual changes this time, keep the converted description this procedure converts 80% of nixos options to markdown. around 2000 options remain to be inspected, but most of those fail the "does not change the manual output check": currently the MD conversion process does not faithfully convert docbook tags like <code> and <package>, so any option using such tags will not be converted at all.
* nixos/nitter: update example configuration file URLIan Kerins2022-05-16
| | | It was moved.
* nixos/nitter: add package optionSimon Bruder2022-01-30
|
* nixos/nitter: remove syslog.target from service (#150224)erdnaxe2021-12-11
|
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|
* nixos/nitter: systemd unit hardeningAlexandre Iooss2021-08-08
|
* nixos/nitter: init module and testAlexandre Iooss2021-07-30