mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
lots of updates
This commit is contained in:
parent
91f700f9a5
commit
60586106be
11 changed files with 55 additions and 42 deletions
|
@ -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 = [
|
||||
# # {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue