From ca7067b1da9a70d1b6325e3acf0624858198b146 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Sat, 9 Nov 2019 15:17:21 +0100 Subject: [PATCH] Use Yggdrasil from Nixpkgs --- lib/yggdrasil.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/yggdrasil.nix b/lib/yggdrasil.nix index fa33c410..b21afb5c 100644 --- a/lib/yggdrasil.nix +++ b/lib/yggdrasil.nix @@ -1,7 +1,5 @@ { config, ... }: { - imports = [ ./../overlays/yggdrasil-package-nix/nixos-module.nix ]; - networking.firewall.extraCommands = "ip6tables -A INPUT -s fe80::/10 -j ACCEPT";