Skip to content
/ nixos Public

Personal nixos modules and packages

Notifications You must be signed in to change notification settings

X01A/nixos

Repository files navigation

NixOS

Build cache

Personal nixos module and pkgs

Setup

Setup binary cache to speed up build

nix.settings = {
  substituters = [
    "https://attic.indexyz.me/indexyz"
    "https://indexyz.cachix.org"

  ];
  trusted-public-keys = [
    "indexyz:XxexOMK+bHXR2slT4A9wnJg00EZFXCUYqlUhlEEGQEc="
    "indexyz.cachix.org-1:biBEnuZ4vTSsVMr8anZls+Lukq8w4zTHAK8/p+fdaJQ="
  ];
};