Update configuration.nix
This commit is contained in:
parent
53205e9504
commit
817185595b
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
networking.hostName = "kuroko"; # Define your hostname.
|
networking.hostName = "kuroko"; # Define your hostname.
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_6_13;
|
||||||
services.ratbagd.enable = true;
|
services.ratbagd.enable = true;
|
||||||
hardware.pulseaudio.support32Bit = true;
|
hardware.pulseaudio.support32Bit = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue