diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-11-17 11:34:51 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-11-17 12:55:20 +0530 |
commit | f4a087e5ebeb34ec11e7b29577a325255f613286 (patch) | |
tree | 619166b678abe82475d564f06c3f9fcc4bdd0630 /os/kay/hardware-configuration.nix | |
parent | 0bdaac634da5e187fae86ec25ff0f7390d3a0042 (diff) |
kay: reborn, update hw
Diffstat (limited to 'os/kay/hardware-configuration.nix')
-rw-r--r-- | os/kay/hardware-configuration.nix | 5 |
1 files changed, 1 insertions, 4 deletions
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" ]; |