From c23a2294dad1e83df74e6f2a591008e3bd15fdb7 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 26 Nov 2012 02:29:18 +0100 Subject: 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 --- network.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 network.nix (limited to 'network.nix') 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; +} -- cgit 1.4.1