changed email
This commit is contained in:
parent
d77a84b2e9
commit
f704871516
@ -1,6 +1,6 @@
|
|||||||
#+TITLE: JawZ NixOS Configuration
|
#+TITLE: JawZ NixOS Configuration
|
||||||
#+AUTHOR: JawZ
|
#+AUTHOR: JawZ
|
||||||
#+EMAIL: CaptainJawZ@protonmail.com
|
#+EMAIL: danilo.reyes.251@proton.me
|
||||||
#+OPTIONS: toc:t num:t
|
#+OPTIONS: toc:t num:t
|
||||||
#+STARTUP: content
|
#+STARTUP: content
|
||||||
|
|
||||||
@ -232,7 +232,7 @@ individual packages and services used.
|
|||||||
|
|
||||||
* Contact
|
* Contact
|
||||||
|
|
||||||
For questions or issues, contact CaptainJawZ@protonmail.com
|
For questions or issues, contact danilo.reyes.251@proton.me
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -48,7 +48,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
delta.enable = true;
|
delta.enable = true;
|
||||||
userName = "Danilo Reyes";
|
userName = "Danilo Reyes";
|
||||||
userEmail = "CaptainJawZ@protonmail.com";
|
userEmail = osConfig.my.email;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
|
|||||||
@ -93,7 +93,7 @@ in
|
|||||||
};
|
};
|
||||||
email = lib.mkOption {
|
email = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
default = "CaptainJawZ@protonmail.com";
|
default = "danilo.reyes.251@proton.me";
|
||||||
description = "localhost smtp email";
|
description = "localhost smtp email";
|
||||||
};
|
};
|
||||||
timeZone = lib.mkOption {
|
timeZone = lib.mkOption {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user