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/base/default.nix | |
parent | 4be24b1565441b0b3ed41c362c72b2af3acc7c8a (diff) | |
download | nixrc-ad97446d066b3306ca3048d8556f5a7311d55531.tar.gz nixrc-ad97446d066b3306ca3048d8556f5a7311d55531.zip |
feat: use sefidel.net
Diffstat (limited to 'home/profiles/base/default.nix')
-rw-r--r-- | home/profiles/base/default.nix | 2 |
1 files changed, 1 insertions, 1 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 ''; |