Skip to content

Commit

Permalink
Merge pull request #403 from johnkraczek/master
Browse files Browse the repository at this point in the history
updated lima config ssh forwardAgent true by default
  • Loading branch information
swalkinshaw authored Jul 18, 2023
2 parents 4a8d8ac + 4839169 commit 8086450
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/lima/files/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ mounts:
writable: true
{{ end }}
mountType: "virtiofs"
ssh:
forwardAgent: true
networks:
- vzNAT: true
{{ if .Config.PortForwards }}
Expand Down
2 changes: 2 additions & 0 deletions pkg/lima/instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ mounts:
writable: true
mountType: "virtiofs"
ssh:
forwardAgent: true
networks:
- vzNAT: true
Expand Down

0 comments on commit 8086450

Please sign in to comment.