tree-wide: fix more warning related to loaOf deprecation

This commit is contained in:
Jan Tojnar
2020-01-11 08:09:56 +01:00
parent 5961f211f3
commit e85b34c484
3 changed files with 13 additions and 16 deletions
+1 -4
View File
@@ -612,10 +612,7 @@ in
{
environment = {
etc = singleton
{ source = "/var/lib/postfix/conf";
target = "postfix";
};
etc.postfix.source = "/var/lib/postfix/conf";
# This makes it comfortable to run 'postqueue/postdrop' for example.
systemPackages = [ pkgs.postfix ];