l 2 base: remove exim & sendmail stuff
This commit is contained in:
parent
6da220c508
commit
3d8689494f
|
@ -45,7 +45,6 @@ with config.krebs.lib;
|
|||
krebs = {
|
||||
enable = true;
|
||||
search-domain = "retiolum";
|
||||
exim-retiolum.enable = true;
|
||||
build = {
|
||||
user = config.krebs.users.lass;
|
||||
source = mapAttrs (_: mkDefault) ({
|
||||
|
@ -153,10 +152,6 @@ with config.krebs.lib;
|
|||
'';
|
||||
};
|
||||
|
||||
security.setuidPrograms = [
|
||||
"sendmail"
|
||||
];
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
hostKeys = [
|
||||
|
|
Loading…
Reference in a new issue