cider: update

This commit is contained in:
41666 2024-04-21 10:14:39 -04:00
parent 182e7c07ba
commit a5714b9239
3 changed files with 47 additions and 62 deletions

View file

@ -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
}