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