Add MacOS Asahi CACHIX

This commit is contained in:
2026-01-27 11:24:15 -06:00
parent bffcd80609
commit 5854cd79d8

View File

@@ -18,6 +18,16 @@
hardware.apple.touchBar.enable = true; hardware.apple.touchBar.enable = true;
hardware.apple.touchBar.package = pkgs.tiny-dfr; hardware.apple.touchBar.package = pkgs.tiny-dfr;
# Asahi Cachix
nix.settings = {
extra-substituters = [
"https://nixos-apple-silicon.cachix.org"
];
extra-trusted-public-keys = [
"nixos-apple-silicon.cachix.org-1:8psDu5SA5dAD7qA0zMy5UT292TxeEPzIz8VVEr2Js20="
];
};
# Bootloader. # Bootloader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = false; boot.loader.efi.canTouchEfiVariables = false;