Skip to content

Commit 923b985

Browse files
committed
fix: try to fix problem when running in hyper-v
1 parent 5651d45 commit 923b985

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hosts/idols-ai/hardware-configuration.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
"usbhid"
6262
"usb_storage"
6363
"sd_mod"
64+
"virtio_pci"
65+
"virtio_blk"
66+
"virtio_scsi"
6467
];
6568
boot.initrd.kernelModules = [
6669
"uas"
@@ -69,6 +72,8 @@
6972
"vfat"
7073
"nls_cp437"
7174
"nls_iso8859_1"
75+
"dm_crypt"
76+
"btrfs"
7277
];
7378
boot.kernelModules = [
7479
# kvm

0 commit comments

Comments
 (0)