summaryrefslogtreecommitdiff
path: root/hosts/kaworu/hardware.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/kaworu/hardware.nix')
-rw-r--r--hosts/kaworu/hardware.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/hosts/kaworu/hardware.nix b/hosts/kaworu/hardware.nix
index c3c9a57..0f2d277 100644
--- a/hosts/kaworu/hardware.nix
+++ b/hosts/kaworu/hardware.nix
@@ -1,11 +1,4 @@
_: {
- # bootloader
- boot.loader.systemd-boot.enable = true;
- boot.loader.efi = {
- canTouchEfiVariables = true;
- efiSysMountPoint = "/boot/efi";
- };
-
# kernel modules
boot.initrd.availableKernelModules = [
"xhci_pci"