feat: set forgejo runner and cachix
This commit is contained in:
parent
5ff23b18ef
commit
231ff004e1
5 changed files with 83 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
./modules/ntfy.nix
|
||||
./modules/uptime-kuma.nix
|
||||
./modules/noisebell.nix
|
||||
./modules/harmonia.nix
|
||||
# mymx module is imported via flake input in flake.nix
|
||||
];
|
||||
|
||||
|
|
@ -25,6 +26,7 @@
|
|||
matrix-macaroon = { file = ./secrets/matrix-macaroon.age; owner = "matrix-synapse"; };
|
||||
ntfy-admin-hash.file = ./secrets/ntfy-admin-hash.age;
|
||||
mymx-webhook = { file = ./secrets/mymx-webhook.age; owner = "mymx"; };
|
||||
forgejo-runner-token.file = ./secrets/forgejo-runner-token.age;
|
||||
};
|
||||
|
||||
# Bootloader
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue