Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsgirao committed Jun 15, 2024
1 parent d07c2ef commit a067f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hosts/vin/machine.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

imports = [
../../modules/systemd-initrd.nix
../../modules/core/lanzaboote.nix
../../modules/workstation/firefox.nix
../../modules/workstation/default.nix
../../modules/workstation/gnome.nix
Expand Down
2 changes: 1 addition & 1 deletion modules/workstation/ssh-tpm-agent.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ in

Service = {
Environment = "'SSH_AUTH_SOCK=%t/${socket}'";
ExecStart = "${pkgs.ssh-tpm-agent}/bin/ssh-tpm-agent -l %t/${socket}";
ExecStart = "${pkgs.ssh-tpm-agent}/bin/ssh-tpm-agent -A %t/ssh-agent -l %t/${socket}";
PassEnvironment = "SSH_AGENT_PID";
SuccessExitStatus = "2";
Type = "simple";
Expand Down

0 comments on commit a067f66

Please sign in to comment.