snowflake/hosts/sora/services/default.nix
2023-11-29 23:04:57 -05:00

10 lines
121 B
Nix

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