mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
Merge branch 'master' of github.com:oqyude/nixos
This commit is contained in:
@@ -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}"
|
||||||
# ];
|
# ];
|
||||||
|
|||||||
@@ -74,9 +74,6 @@ let
|
|||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
graphics.extraPackages = with pkgs; [
|
|
||||||
amdvlk
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||||
|
|||||||
Reference in New Issue
Block a user