mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
add: hosts folder
This commit is contained in:
parent
641e11f49f
commit
172d68ebde
31 changed files with 2008 additions and 0 deletions
8
hosts/vm.nix
Normal file
8
hosts/vm.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