feat(pm/teal/pds): add email sender ident to pds #39

merged
opened by thecoded.prof targeting main from private/coded/push-lxzslxqvsysm
Changed files
+1
packetmix
systems
teal
+1
packetmix/systems/teal/pds.nix
··· 9 PDS_HOSTNAME = "pds.freshly.space"; 10 PDS_PORT = 1033; 11 PDS_SERVICE_HANDLE_DOMAINS = ".at.freshlybakedca.ke"; 12 }; 13 environmentFiles = [ 14 "/secrets/pds/environmentFile"
··· 9 PDS_HOSTNAME = "pds.freshly.space"; 10 PDS_PORT = 1033; 11 PDS_SERVICE_HANDLE_DOMAINS = ".at.freshlybakedca.ke"; 12 + PDS_EMAIL_FROM_ADDRESS = "pds@freshly.space"; 13 }; 14 environmentFiles = [ 15 "/secrets/pds/environmentFile"