mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
reorder vm config
This commit is contained in:
parent
45762681d9
commit
2905652078
3 changed files with 8 additions and 244 deletions
8
hosts/x86_64/vm/configuration.nix
Normal file
8
hosts/x86_64/vm/configuration.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Add kernel parameters for virtual machines
|
||||
boot.kernelParams = [ "vfio-pci.ids=8086:9b41" "qxl" "bochs_drm"];
|
||||
|
||||
networking.hostName = "vm";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue