mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
Enable wireguard
This commit is contained in:
parent
fa16f0c327
commit
30e2e2b5e0
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
boot.blacklistedKernelModules = [ "k10temp" ];
|
||||
boot.kernelParams = [ "amd_pstate=active" "acpi_osi=Linux" "acpi_wake=USB0" ];
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [ zenpower ];
|
||||
networking.wireguard.enable = true;
|
||||
hardware.opengl.enable = true;
|
||||
hardware.opengl.extraPackages = [ pkgs.rocmPackages.clr.icd ];
|
||||
hardware.opengl.extraPackages32 = [ ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue