feat: move to Replaced rppal with tokio-gpiod and other rust things

This commit is contained in:
Jet 2026-03-17 03:34:52 -07:00
parent b2d9406831
commit 773c14e32f
No known key found for this signature in database
6 changed files with 106 additions and 84 deletions

View file

@ -22,14 +22,8 @@
# Decrypted at runtime by agenix
age.secrets.tailscale-auth-key.file = ./secrets/tailscale-auth-key.age;
age.secrets.api-key = {
file = ./secrets/api-key.age;
owner = "noisebell";
};
age.secrets.inbound-api-key = {
file = ./secrets/inbound-api-key.age;
owner = "noisebell";
};
age.secrets.api-key.file = ./secrets/api-key.age;
age.secrets.inbound-api-key.file = ./secrets/inbound-api-key.age;
services.noisebell = {
enable = true;