feat: move to Replaced rppal with tokio-gpiod and other rust things
This commit is contained in:
parent
b2d9406831
commit
773c14e32f
6 changed files with 106 additions and 84 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue