From f4a087e5ebeb34ec11e7b29577a325255f613286 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 17 Nov 2024 11:34:51 +0530 Subject: kay: reborn, update hw --- os/kay/hardware-configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'os/kay/hardware-configuration.nix') diff --git a/os/kay/hardware-configuration.nix b/os/kay/hardware-configuration.nix index 705dc0c..f90fc76 100644 --- a/os/kay/hardware-configuration.nix +++ b/os/kay/hardware-configuration.nix @@ -4,10 +4,7 @@ imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; boot = { - loader = { - systemd-boot.enable = true; - efi.canTouchEfiVariables = true; - }; + loader.systemd-boot.enable = true; kernelModules = [ "kvm-intel" ]; blacklistedKernelModules = [ "nouveau" ]; -- cgit v1.2.3