snowflake/hosts/sora/services/default.nix
notohh ccd69ee47e
hosts: reduce repition with let bindings
replaces (most) values that are repeatedly used w/ a let binding
so they can be updated from one place.
2024-02-06 13:40:38 -05:00

19 lines
298 B
Nix

{...}: {
imports = [
./restic.nix
./traefik.nix
./uptimekuma.nix
./ntfy-sh.nix
./attic.nix
./tailscale.nix
./croc.nix
./glances.nix
./atuin.nix
### game servers
# ./terraria.nix
# ./factorio.nix
# ./minecraft.nix
# ./foundryvtt.nix
];
}