snowflake/hosts/sora/services/default.nix
notohh bbed561d34
Some checks reported warnings
/ check (push) Has been cancelled
hosts: route all traffic through tailscale
2023-10-07 10:29:47 -04:00

9 lines
106 B
Nix

{...}: {
imports = [
./traefik.nix
./uptimekuma.nix
./gotify.nix
./tailscale.nix
];
}