feat: add backup for server

This commit is contained in:
danny 2025-09-28 12:37:26 +08:00
parent 20ee47caa2
commit f7409e0537
14 changed files with 256 additions and 165 deletions

View file

@ -386,7 +386,7 @@ in
virtualisation = {
oci-containers = {
backend = "docker";
backend = "podman";
containers = {
uptime-kuma = {
extraOptions = [ "--network=host" ];