this repo has no description
2
fork

Configure Feed

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

box: add photoprism, include photoprism and ulogger in db backup

+2 -1
+2 -1
hosts/box/default.nix
··· 24 24 ../profiles/woodpecker-agent 25 25 ../profiles/jellyfin 26 26 ../profiles/ulogger-server 27 + ../profiles/photoprism 27 28 ]; 28 29 29 30 # Backups 30 31 age.secrets.borg-password.file = "${self}/secrets/borg-password.age"; 31 32 services.postgresqlBackup = { 32 33 enable = true; 33 - databases = [ "wallabag" ]; 34 + databases = [ "wallabag" "photoprism" "ulogger" ]; 34 35 location = "/var/backup/postgresql"; 35 36 }; 36 37 mossnet.backup = {