diff --git a/nixos/machines/nyarlathotep/mail.nix b/nixos/machines/nyarlathotep/mail.nix index 336b29f..9eb7ce1 100644 --- a/nixos/machines/nyarlathotep/mail.nix +++ b/nixos/machines/nyarlathotep/mail.nix @@ -4,7 +4,7 @@ flake-inputs: mailserver = { enable = true; - debug = false; # TODO disable + debug = true; # TODO disable fqdn = "mathebau.de"; sendingFqdn = "fb04184.mathematik.tu-darmstadt.de"; domains = [ diff --git a/nixos/roles/xen_guest.nix b/nixos/roles/xen_guest.nix index f7cef3e..9c9ee32 100644 --- a/nixos/roles/xen_guest.nix +++ b/nixos/roles/xen_guest.nix @@ -10,7 +10,6 @@ kernelModules = [ ]; }; extraModulePackages = [ ]; - tmp.useTmpfs = true; }; }