cleanup and add ifsr cache

This commit is contained in:
Rouven Seifert 2024-02-26 19:16:04 +01:00
parent b4af225678
commit f4fc1ccdf3
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 32 additions and 34 deletions

View file

@ -6,15 +6,16 @@
nixpkgs.flake = nixpkgs;
};
nixPath = lib.mapAttrsToList (key: value: "${key}=${value.to.path}") config.nix.registry;
# keep build-time deps around for offline-rebuilding
settings = {
auto-optimise-store = true;
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
substituters = [
"https://cache.rfive.de"
"https://cache.ifsr.de"
];
trusted-public-keys = [
"cache.rfive.de:of5d+o6mfGXQSR3lk6ApfDBr4ampAUaNHux1O/XY3Tw="
"cache.ifsr.de:y55KBAMF4YkjIzXwYOKVk9fcQS+CZ9RM1zAAMYQJtsg="
];
};
};