about summary refs log tree commit diff
path: root/machines/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-03-18 20:58:26 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-03-18 20:58:26 +0100
commit915e56fb4453b0701a423b0c96fb145318162ffd (patch)
tree5f401c864936101b93bb42c96a8d0c0b48710ae1 /machines/default.nix
parent58ff88492066a01db4348a7ec54390373ee5b0a3 (diff)
Move last machine from labernix to vuizvui.
I've moved the restrictions config of Postfix into the default module
for now and actually fixed it so that it's actually working (the config
value wasn't set before). Also, the option type was incorrectly set to
types.list, which aliases to types.listOf and expects another function
(kind) as its argument.

This marks the end of LaberNix and the beginning of a new Vuizvui!

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/default.nix')
-rw-r--r--machines/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/default.nix b/machines/default.nix
index 51f446b1..46e5f9c7 100644
--- a/machines/default.nix
+++ b/machines/default.nix
@@ -21,4 +21,7 @@ in {
     heinrich = callMachine ./labnet/heinrich.nix;
     labtop   = callMachine ./labnet/labtop.nix;
   };
+  misc = {
+    mailserver = callMachine ./misc/mailserver.nix;
+  };
 }