diff options
author | sefidel <contact@sefidel.net> | 2022-11-03 18:37:36 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-11-03 18:37:36 +0900 |
commit | c7cd8ab37308b8a1eb424b15bb02c0e7b656dadc (patch) | |
tree | 67ccbbed865f13552cdd0ba582f1157f61c497d8 /nixos/alpha | |
parent | d15be0092aab93e5e5092bef6531a4432b4abcb6 (diff) | |
download | nixrc-c7cd8ab37308b8a1eb424b15bb02c0e7b656dadc.tar.gz nixrc-c7cd8ab37308b8a1eb424b15bb02c0e7b656dadc.zip |
feat(nixos/alpha): enable ssh agent
Diffstat (limited to 'nixos/alpha')
-rw-r--r-- | nixos/alpha/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 1a4e202..522734d 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -205,6 +205,8 @@ sway.enable = true; sway.extraPackages = lib.mkForce [ ]; + ssh.startAgent = true; + zsh.enable = true; zsh.enableCompletion = false; }; |