mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
feat: refactoring + system types
This commit is contained in:
parent
a0f9d0ab48
commit
9794026f6c
36 changed files with 653 additions and 537 deletions
|
|
@ -11,7 +11,7 @@
|
|||
export = true;
|
||||
};
|
||||
acme.account = {
|
||||
register = false;
|
||||
register = lib.mkForce true;
|
||||
emailAddress = "kat@inskip.me";
|
||||
accountKeyPem = config.resources.acme_private_key.refAttr "private_key_pem";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue