remove asahi firmware extraction
This commit is contained in:
parent
8ffeaab1f2
commit
5a41d64532
1 changed files with 18 additions and 8 deletions
|
|
@ -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 = [{
|
||||
device = "/swapfile";
|
||||
size = 32000; # 32GB
|
||||
}];
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/swapfile";
|
||||
size = 32000; # 32GB
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue