LetsEncrypt acme now requires an email and accepting their TOS.
This commit is contained in:
parent
8511968173
commit
6379225731
3 changed files with 21 additions and 0 deletions
3
fn.nix
3
fn.nix
|
@ -5,6 +5,9 @@ with lib;
|
|||
|
||||
rec {
|
||||
ifelse = a: b: c: if a then b else c;
|
||||
fileContentsOr = a: b: (ifelse
|
||||
(pathIsRegularFile a)
|
||||
a b);
|
||||
cwd = toString ./.;
|
||||
lst = { p ? cwd, t ? "regular", b ? false }: (lists.forEach
|
||||
(attrNames
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue