mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: refactored and updated smtp config
This commit is contained in:
parent
1b98c4eff8
commit
c469f48b4e
18 changed files with 79 additions and 105 deletions
|
|
@ -62,6 +62,7 @@ let
|
|||
short = stringType;
|
||||
hostname = stringType;
|
||||
tags = listType;
|
||||
records = genOptions stringType "record";
|
||||
domains = genOptions stringType "url";
|
||||
dns = genOptions stringType "provider";
|
||||
localhost = genOptions stringType "address";
|
||||
|
|
@ -257,9 +258,7 @@ in
|
|||
|
||||
instancesFunctions = {
|
||||
domain0 = "cloudbert.fun";
|
||||
domain1 = "the-nutrivore.social";
|
||||
domain2 = "the-nutrivore.com";
|
||||
domain3 = "uprootnutrition.com";
|
||||
domain1 = "uprootnutrition.com";
|
||||
servicePath = "/mnt/media/NAS1";
|
||||
sopsPath = "/var/lib/secrets";
|
||||
sslPath = "/var/lib/acme";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue