snowflake/hosts/sora/services/default.nix
notohh 394fa4799a
All checks were successful
flake check / check (push) Successful in 10m29s
fmt check / check (push) Successful in 1m0s
sora: init restic
2023-12-31 09:24:32 -05:00

12 lines
188 B
Nix

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