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 = [ ... ];