hosts: disable local builds on Macbook; add garnix cache for Gaming
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
81b5fc84d1
commit
359b6651db
2 changed files with 10 additions and 2 deletions
|
|
@ -15,6 +15,8 @@
|
|||
vscodium
|
||||
];
|
||||
|
||||
nix.settings.max-jobs = 0;
|
||||
|
||||
services.tlp.enable = false;
|
||||
programs.nix-ld.enable = true;
|
||||
services.power-profiles-daemon.enable = true;
|
||||
|
|
|
|||
|
|
@ -9,8 +9,14 @@
|
|||
boot.kernelPackages = lib.mkForce pkgs.cachyosKernels.linuxPackages-cachyos-bore;
|
||||
|
||||
nix.settings = {
|
||||
substituters = [ "https://attic.xuyh0120.win/lantian" ];
|
||||
trusted-public-keys = [ "lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc=" ];
|
||||
substituters = [
|
||||
"https://attic.xuyh0120.win/lantian"
|
||||
"https://cache.garnix.io"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc="
|
||||
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||
];
|
||||
};
|
||||
|
||||
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue