Remilia/boot: bochs_drm -> bochs, also update the flake inputs

This commit is contained in:
2022-03-09 11:46:24 +05:30
parent 26f2fdfd0c
commit e88dd9b031
3 changed files with 64 additions and 61 deletions

View File

@@ -2,7 +2,7 @@
{
boot = {
kernel.sysctl."net.ipv4.ip_forward" = 1;
initrd.kernelModules = [ "bochs_drm" ];
initrd.kernelModules = [ "bochs" ];
initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" ];
kernelModules = [ "kvm-amd" ];
kernelParams = [ "console=ttyS0" "console=tty1" "nvme.shutdown_timeout=10" "libiscsi.debug_libiscsi_eh=1" ];

View File

@@ -36,27 +36,27 @@
}
{
name = "consul.weirdnatto.in";
value = genericHttpRProxy { addr = "https://10.55.0.2:8500"; };
value = genericHttpRProxy { addr = "http://10.55.0.2:8500"; };
}
{
name = "ci.weirdnatto.in";
value = genericHttpRProxy { addr = "https://10.55.0.2:6666"; };
value = genericHttpRProxy { addr = "http://10.55.0.2:6666"; };
}
{
name = "radio.weirdnatto.in";
value = genericHttpRProxy { addr = "https://10.55.0.3:8000"; };
value = genericHttpRProxy { addr = "http://10.55.0.3:8000"; };
}
{
name = "git.weirdnatto.in";
value = genericHttpRProxy {
addr = "https://10.55.0.3:5000";
addr = "http://10.55.0.2:5000";
conf = "client_max_body_size 64M;";
};
}
{
name = "nomad.weirdnatto.in";
value = genericHttpRProxy {
addr = "https://10.55.0.3:4646";
addr = "http://10.55.0.2:4646";
conf = ''
proxy_buffering off;
proxy_read_timeout 310s;