cider: edge kernel
This commit is contained in:
parent
5a8d68c0cc
commit
1e32f79bbf
1 changed files with 4 additions and 4 deletions
|
@ -20,12 +20,12 @@
|
||||||
hardware.asahi = {
|
hardware.asahi = {
|
||||||
withRust = true;
|
withRust = true;
|
||||||
|
|
||||||
#withEdgeKernelConfig = true;
|
addEdgeKernelConfig = true;
|
||||||
|
|
||||||
#useExperimentalGPUDriver = true;
|
useExperimentalGPUDriver = true;
|
||||||
#experimentalGPUInstallMode = "replace";
|
experimentalGPUInstallMode = "replace";
|
||||||
|
|
||||||
#useAlsaUcm = true;
|
setupAlsaUcm = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.wireless.iwd.package = pkgs.stable.iwd; # unstable issue on aarch64: https://github.com/NixOS/nixpkgs/issues/273958
|
networking.wireless.iwd.package = pkgs.stable.iwd; # unstable issue on aarch64: https://github.com/NixOS/nixpkgs/issues/273958
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue