mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
feat: add hash-collection to enigma
This commit is contained in:
parent
6cb81666f2
commit
11f2cca77d
2 changed files with 19 additions and 0 deletions
12
deps/sources.json
vendored
12
deps/sources.json
vendored
|
@ -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": {
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue