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 | |
parent | 4be24b1565441b0b3ed41c362c72b2af3acc7c8a (diff) | |
download | nixrc-ad97446d066b3306ca3048d8556f5a7311d55531.tar.gz nixrc-ad97446d066b3306ca3048d8556f5a7311d55531.zip |
feat: use sefidel.net
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; }; |