diff --git a/hosts/m3-ares/configuration.nix b/hosts/m3-ares/configuration.nix index cc2f290..4f2dd49 100644 --- a/hosts/m3-ares/configuration.nix +++ b/hosts/m3-ares/configuration.nix @@ -23,7 +23,7 @@ # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.memtest86.enable = true; - + boot.initrd.services.lvm.enable = false; boot.extraModulePackages = with config.boot.kernelPackages; [v4l2loopback]; boot.kernelModules = ["v4l2loopback"];