Remilia: add more stuff in nginx service

This commit is contained in:
2021-06-04 02:49:09 +05:30
parent 9692174ced
commit f61c6dddfa
5 changed files with 92 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
{config, ...}:
{
boot = {
kernel.sysctl."net.ipv4.ip_forward" = 1;
initrd.kernelModules = [ "bochs_drm" ];
initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" ];
kernelModules = [ "kvm-amd" ];