this repo has no description
1
fork

Configure Feed

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

Postgresql Backups

Ben C 13820928 8ba2507d

+5
+5
nixosConfigurations/black-mesa.nix
··· 164 164 from_name = "Bean PDS"; 165 165 }; 166 166 167 + services.postgresqlBackup = { 168 + enable = true; 169 + location = "/mnt/storage/postgesql-backups"; 170 + }; 171 + 167 172 programs.msmtp = { 168 173 enable = true; 169 174 accounts.default = {