forked from Fachschaft/nixConfig
Compare commits
No commits in common. "013ef7d9793d32bd0f504c1495f019f42343e6af" and "12a20c4c526f6c03a2faf8f2a9c58c3f1280e514" have entirely different histories.
013ef7d979
...
12a20c4c52
2 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@ flake-inputs:
|
||||||
|
|
||||||
mailserver = {
|
mailserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
debug = false; # TODO disable
|
debug = true; # TODO disable
|
||||||
fqdn = "mathebau.de";
|
fqdn = "mathebau.de";
|
||||||
sendingFqdn = "fb04184.mathematik.tu-darmstadt.de";
|
sendingFqdn = "fb04184.mathematik.tu-darmstadt.de";
|
||||||
domains = [
|
domains = [
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
kernelModules = [ ];
|
kernelModules = [ ];
|
||||||
};
|
};
|
||||||
extraModulePackages = [ ];
|
extraModulePackages = [ ];
|
||||||
tmp.useTmpfs = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue