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