This commit is contained in:
mjallen18
2026-03-13 14:45:00 -05:00
parent 9737b3af9f
commit 39b898bcf2
52 changed files with 170 additions and 258214 deletions

View File

@@ -1,6 +1,7 @@
{
config,
lib,
inputs,
namespace,
...
}:
@@ -9,6 +10,7 @@
settings = {
# extra-sandbox-paths = [ config.programs.ccache.cacheDir ];
substituters = [
"https://attic.xuyh0120.win/lantian"
"http://jallen-nas.local:9012/nas-cache"
"https://nixos-apple-silicon.cachix.org"
"https://nixos-raspberrypi.cachix.org"
@@ -16,6 +18,7 @@
"https://cache.nixos.org/"
];
trusted-public-keys = [
"lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc="
"nas-cache:eK0eRVAt9QNwbkLIyOo9N5Z5+zi6ukI4mSlL196C7Yg="
"nixos-apple-silicon.cachix.org-1:8psDu5SA5dAD7qA0zMy5UT292TxeEPzIz8VVEr2Js20="
"nixos-raspberrypi.cachix.org-1:4iMO9LXa8BqhU+Rpg6LQKiGa2lsNh/j2oiYLNOQ5sPI="
@@ -65,5 +68,9 @@
rocmSupport = lib.mkDefault config.${namespace}.hardware.amd.enable;
allowUnsupportedSystem = true;
};
overlays = with inputs; [
nix-cachyos-kernel.overlays.default
];
};
}