diff options
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}"; }; |