host: add flamaster

This commit is contained in:
2023-06-09 21:16:14 +02:00
parent a2ac677ac7
commit 46c1118819
8 changed files with 323 additions and 6 deletions
@@ -11,6 +11,7 @@
boot.initrd.availableKernelModules = [ "ata_piix" "virtio_pci" "floppy" "sr_mod" "virtio_blk" ];
boot.initrd.kernelModules = [ ];
boot.kernel.sysctl = { "net.ipv4.ip_forward" = 1; };
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
boot.tmp.useTmpfs = true;