diff options
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/base/default.nix | 2 | ||||
-rw-r--r-- | home/profiles/communication/default.nix | 2 | ||||
-rw-r--r-- | home/profiles/development/default.nix | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index ffd31e0..1bf377c 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -276,7 +276,7 @@ in maxCacheTtl = 86400; maxCacheTtlSsh = 86400; enableSshSupport = true; - sshKeys = [ "3C79004101E524D10B94F9EE9D3744F4B25F8795" ]; + sshKeys = [ "3C79004101E524D10B94F9EE9D3744F4B25F8795" "159371696FD285FF0811692FBFAA6E4AF017CDDE" ]; extraConfig = '' allow-preset-passphrase ''; 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}"; }; diff --git a/home/profiles/development/default.nix b/home/profiles/development/default.nix index 16a79c2..5f5462a 100644 --- a/home/profiles/development/default.nix +++ b/home/profiles/development/default.nix @@ -14,11 +14,11 @@ in enable = true; package = pkgs.gitFull; - userName = "***REMOVED***"; - userEmail = "contact@sefidel.com"; + userName = "sefidel"; + userEmail = "contact@sefidel.net"; signing = { - key = "387E2BF0402610B00A9CB7E689C80C5BD6DBE2B2"; + key = "8BDFDFB56842239382A0441B9238BC709E05516A"; signByDefault = true; }; |