Skip to content

Commit

Permalink
Change: updated plugs name
Browse files Browse the repository at this point in the history
  • Loading branch information
p-gentili committed Oct 10, 2023
1 parent f604381 commit f6b9358
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,20 @@ apps:
- network
- shmem
- home
- system-gitconfig
- user-gitconfig
- etc-gitconfig
- gitconfig
- ssh-keys

plugs:
shmem:
interface: shared-memory
private: true
system-gitconfig:
etc-gitconfig:
interface: system-files
read:
- /etc/gitconfig
user-gitconfig:
gitconfig:
interface: personal-files
read:
- $HOME/.gitconfig
- $HOME/.config/git/config
ssh-keys:
interface: ssh-keys

0 comments on commit f6b9358

Please sign in to comment.