about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-01-30 09:44:18 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-01-30 09:44:18 +0100
commitd64ed6fb4fd211f9690b359275371926246f4521 (patch)
tree600d2e23ab2ca4f84c8409ae7c82a48b2067e61b /machines
parent51ef031d78c7c04db9e105d7909973547f6ecdcf (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/dnyarri.nix2
-rw-r--r--machines/mmrnmhrm.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/machines/dnyarri.nix b/machines/dnyarri.nix
index aca4d383..cb1ef594 100644
--- a/machines/dnyarri.nix
+++ b/machines/dnyarri.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 = 8;
 
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;