From d64ed6fb4fd211f9690b359275371926246f4521 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 30 Jan 2015 09:44:18 +0100 Subject: Add a static configuration for redmoon network. Today seems to be a "bad luck day" because my Sheeva Plug just died. So I'm back to some weird stupid old Netgear thingy that seems to be so old that it doesn't even know what IPv6 "might be". And it's already the "latest and gro^Heatest" firmware that's available. One of the ugly things is that our internal DNS configuration can't be done using that stupid thing, because it uses DHCP to assign external DNS servers rather than having an internal DNS forwarder where you can assign your own[TM] zones. So let's hope that we can revert this in the foreseeable future. Signed-off-by: aszlig --- machines/mmrnmhrm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/mmrnmhrm.nix') diff --git a/machines/mmrnmhrm.nix b/machines/mmrnmhrm.nix index 7f966c02..9e7ca041 100644 --- a/machines/mmrnmhrm.nix +++ b/machines/mmrnmhrm.nix @@ -4,7 +4,7 @@ with pkgs.lib; with import ../lib; { - imports = singleton ../common-workstation.nix; + imports = [ ../common-workstation.nix ../redmoon-static.nix ]; nix.maxJobs = 2; -- cgit 1.4.1