From d10e9253de20bf1773ef8990e09fa75ed7269abb Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 12 Nov 2019 19:20:53 +0100 Subject: [PATCH] yggdrasil: rename to --- lib/yggdrasil.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/yggdrasil.nix b/lib/yggdrasil.nix index 2378ce63..fbfaf362 100644 --- a/lib/yggdrasil.nix +++ b/lib/yggdrasil.nix @@ -1,6 +1,6 @@ { config, ... }: { imports = [ - + ]; networking.firewall.extraCommands = @@ -8,7 +8,7 @@ services.yggdrasil = { enable = true; - package = (import {}).yggdrasil; + package = (import {}).yggdrasil; config.NodeInfo = { name = config.networking.hostName + ".c3d2"; location = "Dresden";