Merge pull request #141294 from prusnak/yggdrasil

yggdrasil: add genkeys utility

authored by

Lassulus and committed by
GitHub
2740e604 9242369a

+1 -3
+1 -3
pkgs/tools/networking/yggdrasil/default.nix
··· 13 13 14 14 vendorSha256 = "sha256-QQN8ePOQ7DT9KeuY4ohFuPtocuinh3Y3us6QMnCQ4gc="; 15 15 16 - doCheck = false; 17 - 18 16 # Change the default location of the management socket on Linux 19 17 # systems so that the yggdrasil system service unit does not have to 20 18 # be granted write permission to /run. 21 19 patches = [ ./change-runtime-dir.patch ]; 22 20 23 - subPackages = [ "cmd/yggdrasil" "cmd/yggdrasilctl" ]; 21 + subPackages = [ "cmd/genkeys" "cmd/yggdrasil" "cmd/yggdrasilctl" ]; 24 22 25 23 ldflags = [ 26 24 "-X github.com/yggdrasil-network/yggdrasil-go/src/version.buildVersion=${version}"