Use Yggdrasil from Nixpkgs

This commit is contained in:
Ehmry - 2019-11-09 15:17:21 +01:00
parent fc905397bb
commit ca7067b1da
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
{ config, ... }: {
imports = [ ./../overlays/yggdrasil-package-nix/nixos-module.nix ];
networking.firewall.extraCommands =
"ip6tables -A INPUT -s fe80::/10 -j ACCEPT";