From eefaddbaed68e793249b0e2165737cbcddb40e53 Mon Sep 17 00:00:00 2001 From: Dennis Frieberg Date: Mon, 25 Sep 2023 16:05:41 +0200 Subject: [PATCH 1/2] make /tmp/ a tmpfs --- nixos/roles/xen_guest.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/roles/xen_guest.nix b/nixos/roles/xen_guest.nix index 9c9ee32..f7cef3e 100644 --- a/nixos/roles/xen_guest.nix +++ b/nixos/roles/xen_guest.nix @@ -10,6 +10,7 @@ kernelModules = [ ]; }; extraModulePackages = [ ]; + tmp.useTmpfs = true; }; } From 152debbb36bde6edf07cd8b8fe9fe03ec0c0ee59 Mon Sep 17 00:00:00 2001 From: Dennis Frieberg Date: Mon, 25 Sep 2023 18:40:13 +0200 Subject: [PATCH 2/2] disable debug flag, as logs are getting to large --- nixos/machines/nyarlathotep/mail.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/nyarlathotep/mail.nix b/nixos/machines/nyarlathotep/mail.nix index 9eb7ce1..336b29f 100644 --- a/nixos/machines/nyarlathotep/mail.nix +++ b/nixos/machines/nyarlathotep/mail.nix @@ -4,7 +4,7 @@ flake-inputs: mailserver = { enable = true; - debug = true; # TODO disable + debug = false; # TODO disable fqdn = "mathebau.de"; sendingFqdn = "fb04184.mathematik.tu-darmstadt.de"; domains = [