mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-27 09:11:02 +01:00
thinkpad-nixos: Add virtiofsd to support mounting local folders in VMs
This commit is contained in:
parent
30c958efd0
commit
c00488836d
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
(pkgs.davmail.overrideAttrs (old: {
|
||||
nativeBuildInputs = old.nativeBuildInputs ++ [pkgs.swt];
|
||||
}))
|
||||
pkgs.virtiofsd
|
||||
];
|
||||
|
||||
boot.kernelParams = ["intel_iommu=on" "iommu=pt"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue