From ba35b750470856fbb241d5fa05076e7379c60399 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Fri, 17 Nov 2023 21:35:23 +0000 Subject: [PATCH] . --- configuration.nix | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index 0aa6c58..3659970 100644 --- a/configuration.nix +++ b/configuration.nix @@ -13,9 +13,7 @@ ]; # Use the systemd-boot EFI boot loader. - boot.loader.grub.enable = true; - boot.loader.grub.efiSupport = true; - boot.loader.grub.efiInstallAsRemovable = true; + boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; networking.hostName = "ziltis-desktop"; # Define your hostname. @@ -126,10 +124,10 @@ services.hardware.bolt.enable = true; hardware.tuxedo-keyboard.enable = true; - hardware.tuxedo-rs = { - enable = true; - tailor-gui.enable = true; - }; +# hardware.tuxedo-rs = { +# enable = true; +# tailor-gui.enable = true; +# }; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];