Skip to content

Commit

Permalink
use ssh agent
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Feb 29, 2024
1 parent 304bedd commit 485b08a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 2 additions & 5 deletions hosts/whitefox/programs.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
git.enable = true;
nm-applet.enable = true;
gnupg.agent = {
enable = true;
pinentryFlavor = "gnome3";
enableSSHSupport = true;
};
dconf.enable = true;

ssh.startAgent = true;
sway.enable = true;
fish = {
useBabelfish = true;
Expand Down
1 change: 0 additions & 1 deletion hosts/whitefox/services.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
alsa.support32Bit = true;
pulse.enable = true;
};
yubikey-agent.enable = true;
}

0 comments on commit 485b08a

Please sign in to comment.