etna: add ukubot
This commit is contained in:
parent
0a4a2209f1
commit
c460d98467
6 changed files with 109 additions and 2 deletions
|
@ -56,6 +56,7 @@ in {
|
|||
server
|
||||
++ (with inputs; [
|
||||
api-rs.nixosModules.default
|
||||
ukubot-rs.nixosModules.default
|
||||
]);
|
||||
};
|
||||
};
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
};
|
||||
|
||||
apiRsEnv.file = "${path}/apiRsEnv.age";
|
||||
ukubotRsEnv.file = "${path}/ukubotRsEnv.age";
|
||||
};
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
@ -19,6 +20,11 @@
|
|||
environmentFile = config.age.secrets.apiRsEnv.path;
|
||||
};
|
||||
|
||||
ukubot-rs = {
|
||||
enable = true;
|
||||
environmentFile = config.age.secrets.ukubotRsEnv.path;
|
||||
};
|
||||
|
||||
cloudflared = {
|
||||
enable = true;
|
||||
tunnels."57f51ad7-25a0-45f3-b113-0b6ae0b2c3e5" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue