From be2109a0e9787d6c30014be719ec100aa1803d97 Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Fri, 28 Jul 2023 16:44:56 +0200 Subject: [PATCH 1/3] add missing kernel package --- hosts/pioneer-momo-koeln/hardware-configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/pioneer-momo-koeln/hardware-configuration.nix b/hosts/pioneer-momo-koeln/hardware-configuration.nix index 6b153df6..6781890e 100644 --- a/hosts/pioneer-momo-koeln/hardware-configuration.nix +++ b/hosts/pioneer-momo-koeln/hardware-configuration.nix @@ -13,9 +13,7 @@ # Define on which hard drive you want to install Grub. boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only - boot.initrd.availableKernelModules = ["ahci" "xhci_pci" "virtio_pci" "sd_mod" "sr_mod" "dm-snapshot"]; - boot.initrd.kernelModules = []; - boot.kernelModules = ["kvm-intel"]; + boot.initrd.availableKernelModules = ["ahci" "xhci_pci" "virtio_pci" "sd_mod" "sr_mod" "dm-snapshot" "kvm-intel" "virtio_scsi" "uas" ]; boot.extraModulePackages = []; boot.initrd.luks.devices."cryptroot" = { From 2231649de894133691d715279bf445976a78f515 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sun, 8 Oct 2023 14:44:51 +0200 Subject: [PATCH 2/3] Fix formatting to make treefmt happy --- hosts/pioneer-momo-koeln/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pioneer-momo-koeln/hardware-configuration.nix b/hosts/pioneer-momo-koeln/hardware-configuration.nix index 6781890e..e5592cbf 100644 --- a/hosts/pioneer-momo-koeln/hardware-configuration.nix +++ b/hosts/pioneer-momo-koeln/hardware-configuration.nix @@ -13,7 +13,7 @@ # Define on which hard drive you want to install Grub. boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only - boot.initrd.availableKernelModules = ["ahci" "xhci_pci" "virtio_pci" "sd_mod" "sr_mod" "dm-snapshot" "kvm-intel" "virtio_scsi" "uas" ]; + boot.initrd.availableKernelModules = ["ahci" "xhci_pci" "virtio_pci" "sd_mod" "sr_mod" "dm-snapshot" "kvm-intel" "virtio_scsi" "uas"]; boot.extraModulePackages = []; boot.initrd.luks.devices."cryptroot" = { From d91c70f097591ad35f99c484de6f69c1032817b0 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 9 Oct 2023 21:09:47 +0200 Subject: [PATCH 3/3] chore: update blesh in nvfetcher to fix build --- pkgs/_sources/generated.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/_sources/generated.nix b/pkgs/_sources/generated.nix index 4a9c9654..304816d1 100644 --- a/pkgs/_sources/generated.nix +++ b/pkgs/_sources/generated.nix @@ -3,17 +3,17 @@ { blesh-nvfetcher = { pname = "blesh-nvfetcher"; - version = "1afc616b890e487926897e5b3e3a33e0ad833cb3"; + version = "9d84b424daf31b192891c06275fff316fa5ddd35"; src = fetchFromGitHub { owner = "akinomyoga"; repo = "ble.sh"; - rev = "1afc616b890e487926897e5b3e3a33e0ad833cb3"; + rev = "9d84b424daf31b192891c06275fff316fa5ddd35"; fetchSubmodules = true; deepClone = false; leaveDotGit = true; - sha256 = "sha256-gDxx7nDleS2HWIJWc208gcTzuRUEu/JCyepTuOJDAGo="; + sha256 = "sha256-7aX5UtDB9pUHHeOi9n+qWsM2KGenHVL6O18vG9W8tmQ="; }; - date = "2023-06-29"; + date = "2023-10-02"; }; instant-nvim-nvfetcher = { pname = "instant-nvim-nvfetcher";