summary refs log tree commit diff
path: root/nixos/modules/config/krb5
Commit message (Collapse)AuthorAge
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|
* nixos: heimdalFull -> heimdalrnhmjoj2021-09-22
| | | | The package has been renamed in 2018-05-01.
* nixos/krb5: add list to example configurationNico Heitmann2020-08-25
| | | | Updated the relevant nixos test to match the example configuration.
* nixos/krb5: output lists as multiple config entriesNico Heitmann2020-06-07
| | | | Fixes #89626
* nixos/krb5: refactor indentation generationNico Heitmann2020-06-07
| | | | | | mkVal is no longer aware of the indentation depth. Indentation is added to each line of the result when it is included in nested entries.
* treewide: remove redundant quotesvolth2019-08-26
|
* nixos: correct improper uses of mkEnableOption, clarify service descriptionsPavel Goran2018-10-05
| | | | | | | | | Several service definitions used `mkEnableOption` with text starting with "Whether to", which produced funny option descriptions like "Whether to enable Whether to run the rspamd daemon..". This commit corrects this, and adds short descriptions of services to affected service definitions.
* krb5: add deprecation date for old configurationJoerg Thalheim2017-10-03
|
* nixos/krb5: complete rewriteRuben Maher2017-10-02
The `krb5` service was a bit lacking. Addresses NixOS/nixpkgs#11268, partially addresses NixOS/nixpkgs#29623.