diff options
Diffstat (limited to 'nixos/kompakt')
-rwxr-xr-x | nixos/kompakt/asahi_firmware/all_firmware.tar.gz | bin | 0 -> 14086530 bytes | |||
-rwxr-xr-x | nixos/kompakt/asahi_firmware/kernelcache.release.mac13g | bin | 0 -> 24460734 bytes | |||
-rw-r--r-- | nixos/kompakt/configuration.nix | 6 |
3 files changed, 6 insertions, 0 deletions
diff --git a/nixos/kompakt/asahi_firmware/all_firmware.tar.gz b/nixos/kompakt/asahi_firmware/all_firmware.tar.gz new file mode 100755 index 0000000..974fca8 --- /dev/null +++ b/nixos/kompakt/asahi_firmware/all_firmware.tar.gz Binary files differdiff --git a/nixos/kompakt/asahi_firmware/kernelcache.release.mac13g b/nixos/kompakt/asahi_firmware/kernelcache.release.mac13g new file mode 100755 index 0000000..db5e091 --- /dev/null +++ b/nixos/kompakt/asahi_firmware/kernelcache.release.mac13g Binary files differdiff --git a/nixos/kompakt/configuration.nix b/nixos/kompakt/configuration.nix index 837ee05..581af1f 100644 --- a/nixos/kompakt/configuration.nix +++ b/nixos/kompakt/configuration.nix @@ -15,6 +15,12 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = false; + # Specify path to peripheral firmware files. + # This lets the flake stay pure. + hardware.asahi.peripheralFirmwareDirectory = ./asahi_firmware; + # Or completely disable extraction and managemement of them completely: + # hardware.asahi.extractPeripheralFirmware = false; + boot.supportedFilesystems = [ "zfs" ]; networking.hostName = "kompakt"; # Define your hostname. |