mirror of
https://github.com/davegallant/nix-config
synced 2025-08-11 16:22:28 +00:00
Compare commits
2 Commits
d2297713af
...
689d59979a
Author | SHA1 | Date | |
---|---|---|---|
|
689d59979a | ||
032b527d2e |
@@ -29,8 +29,17 @@ in
|
||||
};
|
||||
|
||||
boot = {
|
||||
kernelModules = [ "kvm-amd" ];
|
||||
kernelModules = [
|
||||
"kvm-amd"
|
||||
"vfio_pci"
|
||||
"vfio"
|
||||
"vfio_iommu_type1"
|
||||
"vfio_virqfd"
|
||||
];
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelParams = [
|
||||
"amd_iommu=on"
|
||||
];
|
||||
|
||||
loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
|
@@ -81,6 +81,7 @@
|
||||
};
|
||||
|
||||
brews = [
|
||||
"argocd"
|
||||
"azure-cli"
|
||||
"coreutils"
|
||||
"gnu-sed"
|
||||
|
Reference in New Issue
Block a user