summary refs log tree commit diff
path: root/nixos/modules/services/networking/yggdrasil.nix
Commit message (Collapse)AuthorAge
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|
* nixos/yggdrasil: set directory permissions before writing keysGemini Lasswell2021-05-08
| | | | | Remove the opportunity for someone to read the keys in between when they are written and when the chmod is done. Addresses #121293.
* nixos/yggdrasil: add manual sectionEmery Hemingway2020-07-25
|
* nixos/yggdrasil: change config priority, persistentKeysEmery Hemingway2020-05-21
| | | | | | | | | Favor the configuration in "configFile" over "config" to allow "configFile" to override "config" without a system rebuild. Add a "persistentKeys" option to generate keys and addresses that persist across service restarts. This is useful for self-configuring boot media.
* nixos/yggdrasil: add group optionEmery Hemingway2020-05-02
| | | | Allow users to access the Yggdrasil control socket by group.
* nixos/yggdrasil: fix for configFile optionEmery Hemingway2019-12-07
| | | | | The configFile was not being merged with the declarative configuration at runtime.
* nixos/yggdrasil: remove /etc effectsEmery Hemingway2019-11-16
| | | | | Use of the /etc directory should be avoided for software without hardcoded configuration paths.
* nixos/yggdrasil: remove DynamicUser for systemd 243Gemini Lasswell2019-10-26
|
* nixos/yggdrasil: add serviceGemini Lasswell2019-10-26