From f1b5de4ff91322a3f7bdfcd40072dee01811e066 Mon Sep 17 00:00:00 2001 From: sadanslargehole Date: Tue, 30 Apr 2024 17:29:47 -0400 Subject: [PATCH] 101 current 2024-04-30 17:29:34 24.05.20240419.5c24cf2 6.6.28 * --- boxes/desktop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/boxes/desktop/configuration.nix b/boxes/desktop/configuration.nix index fecf5c7..3778cdb 100644 --- a/boxes/desktop/configuration.nix +++ b/boxes/desktop/configuration.nix @@ -16,6 +16,7 @@ boot.loader.grub.efiSupport = true; boot.loader.grub.useOSProber = true; boot.loader.grub.efiInstallAsRemovable = true; + boot.kernelModules = ["i2c_dev"]; hardware.bluetooth.enable = true; networking.hostName = "nix-desktop-evo4b5"; # Define your hostname.