feat(install): add disko direct-url workflow
This commit is contained in:
parent
7a42926fba
commit
973bac7ed0
8 changed files with 154 additions and 92 deletions
14
hosts/nanuqsaurus-hardware.nix
Normal file
14
hosts/nanuqsaurus-hardware.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ config, lib, modulesPath, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "ahci" "xhci_pci" "virtio_pci" "sr_mod" "virtio_blk" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue