From 890817256291f43dfa3c5120e721c3c6f4d461db Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 12 Nov 2019 00:50:02 +0100 Subject: [PATCH] lib/yggdrasil: use yggdrasil from --- hosts/pulsebert/configuration.nix | 4 ++-- lib/yggdrasil.nix | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/pulsebert/configuration.nix b/hosts/pulsebert/configuration.nix index 1e39b8f6..c257794a 100644 --- a/hosts/pulsebert/configuration.nix +++ b/hosts/pulsebert/configuration.nix @@ -14,8 +14,8 @@ in { ../../lib/admins.nix ../../lib/hq.nix ../../lib/users.nix - . ./../lib/mpd.nix - #../../lib/yggdrasil.nix + ../../lib/mpd.nix + ../../lib/yggdrasil.nix ../../lib/hail.nix ]; diff --git a/lib/yggdrasil.nix b/lib/yggdrasil.nix index b21afb5c..54d2e887 100644 --- a/lib/yggdrasil.nix +++ b/lib/yggdrasil.nix @@ -1,4 +1,7 @@ { config, ... }: { + imports = [ + + ]; networking.firewall.extraCommands = "ip6tables -A INPUT -s fe80::/10 -j ACCEPT";