bring back hydra

This commit is contained in:
Rouven Seifert 2024-01-04 00:13:46 +01:00
parent 031a2004f3
commit 60ed410a43
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
7 changed files with 62 additions and 23 deletions

View file

@ -10,6 +10,12 @@
settings = {
auto-optimise-store = true;
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
substituters = [
"https://cache.rfive.de"
];
trusted-public-keys = [
"cache.rfive.de:of5d+o6mfGXQSR3lk6ApfDBr4ampAUaNHux1O/XY3Tw="
];
};
};
}