lots of updates

This commit is contained in:
Rouven Seifert 2024-12-31 16:02:29 +01:00
parent 91f700f9a5
commit 60586106be
11 changed files with 55 additions and 42 deletions

View file

@ -8,7 +8,9 @@
nixPath = lib.mapAttrsToList (key: value: "${key}=${value.to.path}") config.nix.registry;
distributedBuilds = true;
settings = {
extra-platforms = [ "aarch64-linux" ];
auto-optimise-store = true;
system-features = [ "big-parallel" ];
experimental-features = [ "nix-command" "flakes" ];
substituters = [
"https://cache.rfive.de"
@ -18,6 +20,9 @@
"cache.rfive.de:of5d+o6mfGXQSR3lk6ApfDBr4ampAUaNHux1O/XY3Tw="
"cache.ifsr.de:y55KBAMF4YkjIzXwYOKVk9fcQS+CZ9RM1zAAMYQJtsg="
];
trusted-users = [
"@wheel"
];
};
# buildMachines = [
# # {