about summary refs log tree commit diff
path: root/network.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2012-11-26 02:29:18 +0100
committeraszlig <aszlig@redmoonstudios.org>2012-11-26 02:29:18 +0100
commitc23a2294dad1e83df74e6f2a591008e3bd15fdb7 (patch)
treea2c106850101df915b544bf265ed455484bd39b5 /network.nix
parente29285fa9725f184be408e4252db6da4872612be (diff)
Add network.nix and move configs into machines/.
The network.nix file roughly resembles a charon network expression file.

Not that i intend to use charon in order to manage both machines right now, but
it definitely makes sense that way. At the moment the network.nix file is just
imported by /etc/nixos/configuration.nix on both machines, pointing to the
respective attribute set.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'network.nix')
-rw-r--r--network.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/network.nix b/network.nix
new file mode 100644
index 00000000..820e2554
--- /dev/null
+++ b/network.nix
@@ -0,0 +1,4 @@
+{
+  dnyarri = import ./machines/dnyarri.nix;
+  mmrnmhrm = import ./machines/mmrnmhrm.nix;
+}