File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 44 pkgs ,
55 lib ,
66 ...
7- } : let
8- inherit ( builtins ) toJSON fromJSON ;
9- in {
7+ } : {
108 imports = [ inputs . spongix . nixosModules . spongix ] ;
119
1210 services . spongix = {
1715 port = 7745 ;
1816 gcInterval = "1h" ;
1917 secretKeyFiles . ci-world = config . secrets . install . spongix-secret-key . target ;
20- substituters = [ "https://hydra.iohk.io" ] ;
18+ substituters = [
19+ "https://hydra.iohk.io"
20+ "https://iohk-mamba-bitte.s3.eu-central-1.amazonaws.com/infra/binary-cache"
21+ ] ;
2122 trustedPublicKeys = [
23+ "mamba-testnet-0:bLL+QUo+WSSYJZP5NA9VY97DyIj3YV5US4C6YLHNPGc="
2224 "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
2325 ( lib . fileContents ( config . secrets . encryptedRoot + "/nix-public-key-file" ) )
2426 ( lib . fileContents ( config . secrets . encryptedRoot + "/spongix-public-key-file" ) )
You can’t perform that action at this time.
0 commit comments