migrate to 24.11

This commit is contained in:
♥ Minnie ♥ 2024-11-22 07:17:23 +08:00
parent ea1ad13c53
commit 1ecf47b006
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
4 changed files with 26 additions and 34 deletions

View file

@ -48,17 +48,9 @@
enable = true;
powerOnBoot = true;
};
pulseaudio = {
graphics = {
enable = true;
support32Bit = true;
extraConfig = "load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1";
};
opengl = {
enable = true;
# Vulkan
driSupport = true;
driSupport32Bit = true;
# OpenCL
enable32Bit = true;
extraPackages = with pkgs; [
rocmPackages.clr.icd
];