feat: add hash-collection to enigma

This commit is contained in:
Luj 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

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";
}