diff options
Diffstat (limited to 'hosts/kay')
-rw-r--r-- | hosts/kay/hardware-configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/kay/hardware-configuration.nix b/hosts/kay/hardware-configuration.nix index 3299f3f..306e9ba 100644 --- a/hosts/kay/hardware-configuration.nix +++ b/hosts/kay/hardware-configuration.nix @@ -4,6 +4,11 @@ imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; boot = { + loader = { + systemd-boot.enable = true; + efi.canTouchEfiVariables = true; + }; + kernelModules = [ "kvm-intel" ]; blacklistedKernelModules = [ "nouveau" ]; initrd.availableKernelModules = [ |