From 387c4d910c51817cca1d7ac3a73318b9c06bea5e Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 15 Sep 2023 13:23:20 +0200 Subject: machines: Remove "mailserver" This one never was in use and it was WIP code to do a more fleshed out mailserver configuration that should match an Ansible deployment of a mailserver we had back then at OpenLab. The machine was never in use (which is apparent from its configuration) and I even *added* it to Vuizvui from "LaberNix" (Vuizvui's predecessor) in 915e56fb4453b0701a423b0c96fb145318162ffd probably just for the sake of completeness. Signed-off-by: aszlig --- machines/default.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'machines/default.nix') diff --git a/machines/default.nix b/machines/default.nix index fe4e82f0..8dcd8e0f 100644 --- a/machines/default.nix +++ b/machines/default.nix @@ -22,7 +22,4 @@ with import ../lib; ludwig = callMachine ./sternenseemann/ludwig.nix {}; wolfgang = callMachine ./sternenseemann/wolfgang.nix {}; }; - misc = { - mailserver = callMachine ./misc/mailserver.nix {}; - }; } -- cgit 1.4.1