Update configuration.nix

This commit is contained in:
Ren Lin 2025-02-08 00:12:59 -08:00 committed by GitHub
parent 53205e9504
commit 817185595b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "kuroko"; # Define your hostname.
boot.kernelPackages = pkgs.linuxPackages_6_13;
services.ratbagd.enable = true;
hardware.pulseaudio.support32Bit = true;