diff options
author | sefidel <contact@sefidel.net> | 2023-03-21 00:50:14 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-03-21 00:50:14 +0900 |
commit | ad97446d066b3306ca3048d8556f5a7311d55531 (patch) | |
tree | 7ade60a1a92db3b6c6d4f9e28abf64ad0602e37f /home/profiles/communication | |
parent | 4be24b1565441b0b3ed41c362c72b2af3acc7c8a (diff) | |
download | nixrc-ad97446d066b3306ca3048d8556f5a7311d55531.tar.gz nixrc-ad97446d066b3306ca3048d8556f5a7311d55531.zip |
feat: use sefidel.net
Diffstat (limited to 'home/profiles/communication')
-rw-r--r-- | home/profiles/communication/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/communication/default.nix b/home/profiles/communication/default.nix index 4ad93e2..d5ef2da 100644 --- a/home/profiles/communication/default.nix +++ b/home/profiles/communication/default.nix @@ -73,7 +73,7 @@ in }; primary = true; - realName = "***REMOVED***"; + realName = "sefidel"; userName = poorObfuscation "sefidel.com" "contact"; passwordCommand = "${pkgs.coreutils}/bin/cat ${fixSopsPrefix 1000 config.sops.secrets.sef-email-password.path}"; }; |