From 2abc0416cb410f58e6be8af6b8b00fe677451dea Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Fri, 6 Sep 2024 13:28:59 +0000 Subject: [PATCH] nixosProfiles/pveGuest: remove kernel modules duplicated with qemu-guest --- nix/nixosProfiles/pveGuest.nix | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/nix/nixosProfiles/pveGuest.nix b/nix/nixosProfiles/pveGuest.nix index 6275438..26777e3 100644 --- a/nix/nixosProfiles/pveGuest.nix +++ b/nix/nixosProfiles/pveGuest.nix @@ -46,24 +46,6 @@ in boot = { - # TODO duplicated by imported profile from nixpkgs - initrd = { - availableKernelModules = [ - "9p" - "9pnet_virtio" - "virtio_blk" - "virtio_mmio" - "virtio_net" - "virtio_pci" - "virtio_scsi" - ]; - kernelModules = [ - "virtio_balloon" - "virtio_console" - "virtio_gpu" - "virtio_rng" - ]; - }; kernelParams = [ # show kernel log on serial