feat: add hash-collection to enigma

This commit is contained in:
Julien Malka 2024-05-08 09:42:25 +02:00
parent 6cb81666f2
commit 11f2cca77d
Signed by: Luj
GPG key ID: 6FC74C847011FD83
2 changed files with 19 additions and 0 deletions

12
deps/sources.json vendored
View file

@ -156,6 +156,18 @@
"url": null,
"hash": "1pkfkijhysplmvxfcdpblx0kixbip3w0fr109j1dppp1id8iq456"
},
"nix-hash-collection": {
"type": "Git",
"repository": {
"type": "GitHub",
"owner": "JulienMalka",
"repo": "nix-hash-collection"
},
"branch": "main",
"revision": "e3f01d279c52e21b0e9f92f4ab76bfe4cfea7601",
"url": "https://github.com/JulienMalka/nix-hash-collection/archive/e3f01d279c52e21b0e9f92f4ab76bfe4cfea7601.tar.gz",
"hash": "1lmd61nqsrfx1ga1rhcdzm9k79gh53gl4q87b7i3a28014x699cr"
},
"nix-index-database": {
"type": "Git",
"repository": {

View file

@ -157,5 +157,12 @@
# for a WiFi printer
services.avahi.openFirewall = true;
services.hash-collection = {
enable = true;
collection-url = "https://reproducibility.nixos.social";
tokenFile = "/home/julien/lila-secrets/tokenfile";
secretKeyFile = "/home/julien/lila-secrets/secret.key";
};
system.stateVersion = "23.05";
}