about summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/incron.nix
AgeCommit message (Expand)AuthorFilesLines
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-5/+5
2022-08-31nixos/*: automatically convert option descriptionspennae1-2/+2
2022-07-30treewide: automatically md-convert option descriptionspennae1-6/+6
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-1/+1
2021-09-13nixos: explicitely set security.wrappers ownershiprnhmjoj1-1/+6
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-1/+1
2018-08-31changed from forking to simple as recommended by @aszligAaron Andersen1-2/+1
2018-08-31changes as per requested by @aszligAaron Andersen1-15/+12
2018-08-31removed quotes when not needed as suggested by @aszligAaron Andersen1-3/+3
2018-08-29added option to specify which packages are available to the system incrontabAaron Andersen1-1/+8
2018-08-28added a check to make sure a situation where a defined configuration wouldn't...Aaron Andersen1-0/+6
2018-08-27added a comment about the PATH variable under which incrontab commands will runAaron Andersen1-1/+6
2018-08-27clarified the descriptions of the allow and deny optionsAaron Andersen1-1/+8
2018-08-27fixed issue with system jobsAaron Andersen1-1/+5
2018-08-25initial work on incron serviceAaron Andersen1-0/+73