diff options
| -rw-r--r-- | machines/work.nix | 1 | ||||
| -rw-r--r-- | profiles/core/home.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/machines/work.nix b/machines/work.nix index 6584cb6..4866185 100644 --- a/machines/work.nix +++ b/machines/work.nix @@ -34,6 +34,7 @@ environment.systemPackages = [ pkgs.qemu pkgs.kitty + pkgs.openssh ]; networking.hostName = "work"; diff --git a/profiles/core/home.nix b/profiles/core/home.nix index f1f52f1..553bdf2 100644 --- a/profiles/core/home.nix +++ b/profiles/core/home.nix @@ -150,6 +150,7 @@ ansible-flake = "nix flake new -t ~/flake#ansible "; go-flake = "nix flake new -t ~/flake#go "; lock-pass = "gpgconf --kill gpg-agent"; + use-gpg-ssh = "export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)"; }; }; |
