Merge branch 'nyarlathtop' of ssh://gitea.mathebau.de:3022/Fachschaft/nixConfig into nyarlathtop

This commit is contained in:
Dennis Frieberg 2023-09-25 21:58:29 +02:00
commit 013ef7d979
Signed by: nerf
GPG key ID: 1EC6F5573876CC80
2 changed files with 2 additions and 1 deletions

View file

@ -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 = [

View file

@ -10,6 +10,7 @@
kernelModules = [ ];
};
extraModulePackages = [ ];
tmp.useTmpfs = true;
};
}