about summary refs log tree commit diff
path: root/nixos/tests/yggdrasil.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-10-06nixos/yggdrasil: add extraArgs optionEmery Hemingway1-0/+1
2023-04-11nixos/tests/yggdrasil: fix local peering testmarius david1-4/+13
2022-08-11nixos/yggdrasil: rename "config" option to "settings"Emery Hemingway1-2/+2
Make this service consistent with rfc42. https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md
2021-07-05yggdrasil: 0.3.16 -> 0.4.0Bruno Bigras1-11/+7
2021-05-09nixos/tests/yggdrasil: Fix linting erroraszlig1-1/+1
Linter error was: f-string is missing placeholders Signed-off-by: aszlig <aszlig@nix.build>
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-07-25nixos/yggdrasil.nix: test 300::/7 addressesEmery Hemingway1-1/+41
2020-05-21nixos/yggdrasil: change config priority, persistentKeysEmery Hemingway1-0/+1
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.
2019-11-22Merge pull request #73411 from gazally/yggdrasil-python-testFlorian Klink1-19/+21
nixosTests.yggdrasil: port to python
2019-11-16nixos/yggdrasil: remove /etc effectsEmery Hemingway1-1/+1
Use of the /etc directory should be avoided for software without hardcoded configuration paths.
2019-11-14nixosTests.yggdrasil: port to pythonGemini Lasswell1-19/+21
2019-10-26nixos/yggdrasil: add serviceGemini Lasswell1-0/+123