Update config
This commit is contained in:
parent
2cfdf79e7b
commit
a145dbf518
1 changed files with 3 additions and 5 deletions
|
@ -3,13 +3,11 @@
|
||||||
imports = [
|
imports = [
|
||||||
"${modulesPath}/profiles/qemu-guest.nix"
|
"${modulesPath}/profiles/qemu-guest.nix"
|
||||||
];
|
];
|
||||||
boot.initrd.availableKernelModules = [ "ahci" "virtio_pci" "virtio_scsi" "sr_mod" "virtio_blk" ];
|
|
||||||
boot.initrd.kernelModules = [ ];
|
|
||||||
boot.extraModulePackages = [];
|
|
||||||
|
|
||||||
swapDevices = [ ];
|
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
networking.useDHCP = true;
|
networking.useDHCP = true;
|
||||||
|
boot.initrd.availableKernelModules = [ "ahci" "virtio_pci" "virtio_scsi" "sr_mod" "virtio_blk" ];
|
||||||
|
boot.initrd.kernelModules = [ ];
|
||||||
|
boot.extraModulePackages = [];
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue