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 = [
|
||||
"${modulesPath}/profiles/qemu-guest.nix"
|
||||
];
|
||||
boot.initrd.availableKernelModules = [ "ahci" "virtio_pci" "virtio_scsi" "sr_mod" "virtio_blk" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.extraModulePackages = [];
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
config = {
|
||||
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