lib/yggdrasil: fix typo

This commit is contained in:
Astro 2019-11-12 19:19:50 +01:00
parent a26202c9b5
commit 333c0fd8d6

View File

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