You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
export module lego {
|
|
export-env {
|
|
use secrets
|
|
|
|
load-env $secrets.lego.env
|
|
load-env {
|
|
LEGO_PATH: $'($env.HOME)/.local/share/lego'
|
|
LEGO_EMAIL: $secrets.lego.email
|
|
LEGO_DNS: $secrets.lego.dns
|
|
}
|
|
}
|
|
}
|