lib/yggdrasil: use yggdrasil from <nixpkgs-master>

This commit is contained in:
Astro 2019-11-12 19:11:44 +01:00
parent 8908172562
commit a26202c9b5
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
services.yggdrasil = {
enable = true;
package = (import <nixpkgs-master> {}).yggrasil;
config.NodeInfo = {
name = config.networking.hostName + ".c3d2";
location = "Dresden";