about summary refs log tree commit diff
path: root/nixos/modules/services/networking/polipo.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-7/+7
these changes were generated with nixq 0.0.2, by running nixq ">> lib.mdDoc[remove] Argument[keep]" --batchmode nixos/**.nix nixq ">> mdDoc[remove] Argument[keep]" --batchmode nixos/**.nix nixq ">> Inherit >> mdDoc[remove]" --batchmode nixos/**.nix two mentions of the mdDoc function remain in nixos/, both of which are inside of comments. Since lib.mdDoc is already defined as just id, this commit is a no-op as far as Nix (and the built manual) is concerned.
2022-11-10treewide: use `mkEnableOption` in nixos modulesDaniel Nagy1-5/+1
2022-11-10treewide: use `types.port` in nixos modulesDaniel Nagy1-1/+1
2022-07-30treewide: automatically md-convert option descriptionspennae1-7/+7
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.
2020-01-06treewide: use attrs instead of list for types.loaOf optionsrnhmjoj1-6/+4
2019-08-31nixos/modules: Remove all usages of types.stringSilvan Mosberger1-5/+5
And replace them with a more appropriate type Also fix up some minor module problems along the way
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-2/+2
2015-06-15Some more type cleanupEelco Dolstra1-1/+1
2014-10-16drop permission prestart from polipo service moduleEmery Hemingway1-4/+0
chowning the cache directory can timeout the service, permissions on this directory should never change without user intervention
2014-07-16polipo: new service expressionEmery Hemingway1-0/+118