some fixes for mail server

This commit is contained in:
2024-10-24 00:25:14 +02:00
parent 7bbd895115
commit 3aa2d3d3c8
3 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
efiSupport = true;
efiInstallAsRemovable = true;
device = "nodev";
configurationLimit = 5;
configurationLimit = 2;
};
fileSystems."/boot" = { device = "/dev/disk/by-uuid/105A-0CC0"; fsType = "vfat"; };
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" ];