diff options
author | sefidel <contact@sefidel.net> | 2023-07-28 10:34:39 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-07-28 10:34:39 +0900 |
commit | 57e22e73f2c51f87b56284c2988c11f478113517 (patch) | |
tree | d5242fde2b2565e67f8e67c1afdfd62521f80cff /home/profiles/base/default.nix | |
parent | a291e6f5aa3996fc3f9961cecb24e0c3e94f5099 (diff) | |
download | nixrc-57e22e73f2c51f87b56284c2988c11f478113517.tar.gz nixrc-57e22e73f2c51f87b56284c2988c11f478113517.zip |
feat(home/base): feature parity: set sshcontrol
Diffstat (limited to 'home/profiles/base/default.nix')
-rw-r--r-- | home/profiles/base/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index 93e9464..dd32330 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -211,5 +211,10 @@ in allow-preset-passphrase enable-ssh-support ''; + + home.file."${config.programs.gpg.homedir}/sshcontrol".text = lib.mkIf pkgs.stdenv.isDarwin '' + 3C79004101E524D10B94F9EE9D3744F4B25F8795 + 159371696FD285FF0811692FBFAA6E4AF017CDDE + ''; }; } |