From 915e56fb4453b0701a423b0c96fb145318162ffd Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 18 Mar 2015 20:58:26 +0100 Subject: 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 --- labernix/modules/services/postfix/default.nix | 1 - 1 file changed, 1 deletion(-) delete mode 100644 labernix/modules/services/postfix/default.nix (limited to 'labernix/modules/services/postfix/default.nix') diff --git a/labernix/modules/services/postfix/default.nix b/labernix/modules/services/postfix/default.nix deleted file mode 100644 index 4103a41b..00000000 --- a/labernix/modules/services/postfix/default.nix +++ /dev/null @@ -1 +0,0 @@ -import ./restrictions.nix # TODO: Dummy for now, implement me! -- cgit 1.4.1