etna: add ukubot

This commit is contained in:
uku 2024-02-02 16:20:46 +01:00
parent 0a4a2209f1
commit c460d98467
Signed by: uku
GPG key ID: 7D01D7B105E77166
6 changed files with 109 additions and 2 deletions

View file

@ -56,6 +56,7 @@ in {
server
++ (with inputs; [
api-rs.nixosModules.default
ukubot-rs.nixosModules.default
]);
};
};

View file

@ -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" = {