move common zfs settings to modules/base

This commit is contained in:
2023-07-26 13:58:42 +03:00
parent d4527c24a6
commit cff18bfb8f
5 changed files with 48 additions and 33 deletions

View File

@@ -11,7 +11,6 @@
};
config = lib.mkIf config.mj.services.postfix.enable {
environment.systemPackages = [pkgs.mailutils];
services.postfix = {
@@ -38,6 +37,5 @@
header_size_limit = 4096000
'';
};
};
}