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 = [ ]; extraModulePackages = [ ];
}; };
hardware = { # hardware = {
amdgpu = { # amdgpu = {
opencl.enable = true; # opencl.enable = true;
amdvlk = { # };
enable = true; # graphics.extraPackages = with pkgs; [
}; # mesa
}; # amf
graphics.extraPackages = with pkgs; [ # ];
mesa # };
amf
];
};
# systemd.tmpfiles.rules = [ # systemd.tmpfiles.rules = [
# "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}" # "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
# ]; # ];
-3
View File
@@ -74,9 +74,6 @@ let
hardware = { hardware = {
bluetooth.enable = true; bluetooth.enable = true;
graphics.extraPackages = with pkgs; [
amdvlk
];
}; };
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];