Hybrid cloud cluster monorepo with Ansible, K8s, NixOS, and Terraform. cute.haus
ansible terraform nix k8s
1

Configure Feed

Select the types of activity you want to include in your feed.

jubilife: restart immich after postgres backup

Aly Raffauf (Jun 24, 2026, 1:43 AM EDT) 85b9e7ad db885ec7

+4 -1
+4 -1
nix/hosts/jubilife.nix
··· 299 299 }; 300 300 301 301 postgresql = { 302 - backupCleanupCommand = start "postgresql"; 302 + backupCleanupCommand = '' 303 + ${start "postgresql"} 304 + ${start "immich-server"} 305 + ''; 303 306 backupPrepareCommand = stop "postgresql"; 304 307 paths = [config.services.postgresql.dataDir]; 305 308 };