lib/yggdrasil: fix typo

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

View File

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