snowflake/hosts/sora/services/default.nix
notohh 9acd9716da
Some checks failed
fmt check / check (push) Waiting to run
flake check / check (push) Has been cancelled
sora: switch to ntfy from gotify
2023-12-30 18:02:40 -05:00

11 lines
171 B
Nix

{...}: {
imports = [
./traefik.nix
./uptimekuma.nix
./ntfy-sh.nix
./tailscale.nix
./factorio.nix
# ./minecraft.nix
# ./foundryvtt.nix
];
}