From a26202c9b55c27f5fe2872feb092a37e1c372bdb Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 12 Nov 2019 19:11:44 +0100 Subject: [PATCH] lib/yggdrasil: use yggdrasil from --- lib/yggdrasil.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/yggdrasil.nix b/lib/yggdrasil.nix index 54d2e887..63ade4fa 100644 --- a/lib/yggdrasil.nix +++ b/lib/yggdrasil.nix @@ -8,6 +8,7 @@ services.yggdrasil = { enable = true; + package = (import {}).yggrasil; config.NodeInfo = { name = config.networking.hostName + ".c3d2"; location = "Dresden";