.
This commit is contained in:
parent
1ef2bd811d
commit
ba35b75047
1 changed files with 5 additions and 7 deletions
|
@ -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 = [ ... ];
|
||||
|
|
Loading…
Reference in a new issue