cider: update
This commit is contained in:
parent
182e7c07ba
commit
a5714b9239
3 changed files with 47 additions and 62 deletions
|
@ -5,7 +5,7 @@
|
|||
./hardware-configuration.nix
|
||||
../../client.nix
|
||||
|
||||
../../features/plasma5.nix
|
||||
../../features/plasma6.nix
|
||||
../../features/sound/asahi.nix
|
||||
../../features/wifi.nix
|
||||
../../features/tailscale.nix
|
||||
|
@ -20,15 +20,8 @@
|
|||
|
||||
# aarch64 / asahi stuff
|
||||
hardware.asahi = {
|
||||
withRust = true;
|
||||
|
||||
addEdgeKernelConfig = true;
|
||||
|
||||
withRust = true;
|
||||
useExperimentalGPUDriver = true;
|
||||
experimentalGPUInstallMode = "replace";
|
||||
};
|
||||
|
||||
|
||||
|
||||
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