1
0
forked from c3d2/nix-config

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 = {
enable = true;
package = (import <nixpkgs-master> {}).yggrasil;
package = (import <nixpkgs-master> {}).yggdrasil;
config.NodeInfo = {
name = config.networking.hostName + ".c3d2";
location = "Dresden";