remove asahi firmware extraction
This commit is contained in:
parent
279c1ef2ce
commit
1a7e251874
1 changed files with 18 additions and 8 deletions
|
|
@ -1,4 +1,11 @@
|
||||||
{ config, pkgs, lib, catppuccin, ... }: {
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
catppuccin,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
{
|
||||||
networking.hostName = "peach";
|
networking.hostName = "peach";
|
||||||
|
|
||||||
catppuccin.accent = "peach";
|
catppuccin.accent = "peach";
|
||||||
|
|
@ -10,13 +17,16 @@
|
||||||
hardware.asahi = {
|
hardware.asahi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
setupAsahiSound = true;
|
setupAsahiSound = true;
|
||||||
extractPeripheralFirmware = true;
|
extractPeripheralFirmware = false;
|
||||||
peripheralFirmwareDirectory = ../firmware;
|
# 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
|
device = "/swapfile";
|
||||||
}];
|
size = 32000; # 32GB
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue