summary refs log tree commit diff
path: root/nixos/tests/yggdrasil.nix
Commit message (Collapse)AuthorAge
* yggdrasil: 0.3.16 -> 0.4.0Bruno Bigras2021-07-05
|
* nixos/tests/yggdrasil: Fix linting erroraszlig2021-05-09
| | | | | | Linter error was: f-string is missing placeholders Signed-off-by: aszlig <aszlig@nix.build>
* treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl2021-01-10
| | | | | The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
* nixos/yggdrasil.nix: test 300::/7 addressesEmery 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.
* Merge pull request #73411 from gazally/yggdrasil-python-testFlorian Klink2019-11-22
|\ | | | | nixosTests.yggdrasil: port to python
| * nixosTests.yggdrasil: port to pythonGemini Lasswell2019-11-14
| |
* | nixos/yggdrasil: remove /etc effectsEmery Hemingway2019-11-16
|/ | | | | Use of the /etc directory should be avoided for software without hardcoded configuration paths.
* nixos/yggdrasil: add serviceGemini Lasswell2019-10-26