snowflake/hosts/kaze/services/default.nix
notohh f79860a7e2
Some checks are pending
flake check / check (push) Waiting to run
fmt check / check (push) Waiting to run
kaze: enable minio + tailscale
2024-01-05 12:49:06 -05:00

6 lines
62 B
Nix

_: {
imports = [
./tailscale.nix
./minio.nix
];
}