Merge branch 'master' of github.com:oqyude/nixos

This commit is contained in:
2025-10-18 12:07:49 +03:00
2 changed files with 9 additions and 15 deletions
+9 -12
View File
@@ -29,18 +29,15 @@
extraModulePackages = [ ];
};
hardware = {
amdgpu = {
opencl.enable = true;
amdvlk = {
enable = true;
};
};
graphics.extraPackages = with pkgs; [
mesa
amf
];
};
# hardware = {
# amdgpu = {
# opencl.enable = true;
# };
# graphics.extraPackages = with pkgs; [
# mesa
# amf
# ];
# };
# systemd.tmpfiles.rules = [
# "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
# ];
-3
View File
@@ -74,9 +74,6 @@ let
hardware = {
bluetooth.enable = true;
graphics.extraPackages = with pkgs; [
amdvlk
];
};
# networking.firewall.allowedTCPPorts = [ ... ];