mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 09:13:55 -05:00
mauville: rename email variable for clarity
This commit is contained in:
parent
6423bd7d20
commit
028b74e934
|
@ -5,7 +5,7 @@
|
|||
lib,
|
||||
...
|
||||
}: let
|
||||
email = "alyraffauf@gmail.com";
|
||||
acmeEmail = "alyraffauf@gmail.com";
|
||||
hostName = "mauville";
|
||||
domain = "raffauflabs.com";
|
||||
mediaDirectory = "/mnt/Media";
|
||||
|
@ -79,7 +79,7 @@ in {
|
|||
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = email;
|
||||
defaults.email = acmeEmail;
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
Loading…
Reference in a new issue