mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(access): taskchampion
This commit is contained in:
parent
e6a890915f
commit
ab318c0125
6 changed files with 69 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ in {
|
|||
(nginx.virtualHosts.grocy.proxied.cloudflared.getIngress {})
|
||||
(nginx.virtualHosts.barcodebuddy.proxied.cloudflared.getIngress {})
|
||||
(nginx.virtualHosts.home-assistant.proxied.cloudflared.getIngress {})
|
||||
(nginx.virtualHosts.taskchampion.proxied.cloudflared.getIngress {})
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ in {
|
|||
nixos.postgres
|
||||
nixos.nginx
|
||||
nixos.adb
|
||||
nixos.access.taskchampion
|
||||
nixos.access.home-assistant
|
||||
nixos.access.zigbee2mqtt
|
||||
nixos.access.grocy
|
||||
|
|
@ -39,6 +40,7 @@ in {
|
|||
proxied.enable = "cloudflared";
|
||||
vouch.enable = mkIf hassVouch true;
|
||||
};
|
||||
taskchampion.proxied.enable = "cloudflared";
|
||||
};
|
||||
};
|
||||
services.home-assistant = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue