This commit is contained in:
iFargle 2023-10-08 14:12:50 +09:00
parent df065ba7f6
commit dd6b692c12

View file

@ -9,7 +9,7 @@
boot.initrd.availableKernelModules = [ "ata_piix" "ohci_pci" "virtio_pci" "virtio_blk" "sr_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
config.boot.kernelModules = [ "iptable_nat" "iptable_filter" "xt_nat" ];
boot.extraModulePackages = [ ];
virtualisation.hypervGuest.enable = true;