From e5e5cfbf33008ca3260cd4f2dd78986694dfb027 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 17 Mar 2015 23:25:33 +0100 Subject: Add common.nix and use it for all machines. We now have "pkgs.labernix" available for every machine. Also, we're deactivating the packet filter by default, so we can use it whenever we _really_ need it. Signed-off-by: aszlig --- machines/heinrich.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/heinrich.nix') diff --git a/machines/heinrich.nix b/machines/heinrich.nix index 3eaddea5..8ce69950 100644 --- a/machines/heinrich.nix +++ b/machines/heinrich.nix @@ -43,7 +43,7 @@ let }; in { - imports = mapAttrsToList mkRouteConfig routes; + imports = singleton ../common.nix ++ mapAttrsToList mkRouteConfig routes; options.heinrich = { internalInterface = mkOption { -- cgit 1.4.1