remove asahi firmware extraction

This commit is contained in:
Sean Kovacs 2025-11-07 20:55:01 -05:00
commit 1a7e251874
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -1,4 +1,11 @@
{ config, pkgs, lib, catppuccin, ... }: {
{
config,
pkgs,
lib,
catppuccin,
...
}:
{
networking.hostName = "peach";
catppuccin.accent = "peach";
@ -10,13 +17,16 @@
hardware.asahi = {
enable = true;
setupAsahiSound = true;
extractPeripheralFirmware = true;
peripheralFirmwareDirectory = ../firmware;
extractPeripheralFirmware = false;
# This is broken because of flake git tracking.
# I can't figure out how to make it work.
# peripheralFirmwareDirectory = ../firmware;
};
swapDevices = [{
swapDevices = [
{
device = "/swapfile";
size = 32000; # 32GB
}];
}
];
}