From ad97446d066b3306ca3048d8556f5a7311d55531 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 21 Mar 2023 00:50:14 +0900 Subject: feat: use sefidel.net --- home/.sops.yaml | 2 +- home/profiles/base/default.nix | 2 +- home/profiles/communication/default.nix | 2 +- home/profiles/development/default.nix | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'home') diff --git a/home/.sops.yaml b/home/.sops.yaml index 3d2b2ca..8b7073c 100644 --- a/home/.sops.yaml +++ b/home/.sops.yaml @@ -1,6 +1,6 @@ keys: - &sefidel age1jt8xg0lvzj5q4f7fn7nw670qsszm3kv3caa654eh62azra4x44zss4fad8 - - &sefidel_pgp 387E2BF0402610B00A9CB7E689C80C5BD6DBE2B2 + - &sefidel_pgp 8BDFDFB56842239382A0441B9238BC709E05516A - &alpha_sefidel age1k585l9d34j77htwmzk79ms0wcfyltz5d3v87pnjkvrzru85vke4q2q0qjd creation_rules: - path_regex: secrets/[^/]+\.yaml$ 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; }; -- cgit 1.4.1