snowflake/hosts/sakura/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

16 lines
246 B
Nix

{...}: {
imports = [
./traefik.nix
./authelia.nix
./forgejo.nix
./rustypaste.nix
./hedgedoc.nix
./dashdot.nix
./grafana.nix
./vaultwarden.nix
./conduit.nix
./cloudflareddns.nix
./tailscale.nix
];
}