mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
refactor: abstracting out bookmark info
This commit is contained in:
parent
85117d2dca
commit
77a31e9688
19 changed files with 114 additions and 64 deletions
|
@ -57,6 +57,7 @@ let
|
|||
label = stringType;
|
||||
name = stringType;
|
||||
hostname = stringType;
|
||||
tags = listType;
|
||||
domains = genOptions stringType "url";
|
||||
dns = genOptions stringType "provider";
|
||||
localhost = genOptions stringType "address";
|
||||
|
@ -241,6 +242,7 @@ in
|
|||
sopsPath = "/var/lib/secrets";
|
||||
sslPath = "/var/lib/acme";
|
||||
varLib = "/var/lib";
|
||||
synologyName = "synology";
|
||||
dummy = "";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue