[fugitive] Bring yourself back online

This commit is contained in:
ctsk
2024-09-23 18:23:49 +02:00
parent 75194fb574
commit f750a38181
5 changed files with 25 additions and 18 deletions

View File

@@ -6,7 +6,7 @@
(modulesPath + "/profiles/qemu-guest.nix")
];
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod" "sr_mod" ];
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "sr_mod" "virtio_blk" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
@@ -59,7 +59,10 @@
];
};
swapDevices = [ ];
swapDevices =
[
{ device = "/dev/disk/by-label/Swap"; }
];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's