summaryrefslogtreecommitdiff
path: root/os/kay/hardware-configuration.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-11-17 11:34:51 +0530
committersinanmohd <sinan@sinanmohd.com>2024-11-17 12:55:20 +0530
commitf4a087e5ebeb34ec11e7b29577a325255f613286 (patch)
tree619166b678abe82475d564f06c3f9fcc4bdd0630 /os/kay/hardware-configuration.nix
parent0bdaac634da5e187fae86ec25ff0f7390d3a0042 (diff)
kay: reborn, update hw
Diffstat (limited to 'os/kay/hardware-configuration.nix')
-rw-r--r--os/kay/hardware-configuration.nix5
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" ];