From: Joe Mooring Date: Thu, 27 Jul 2023 05:15:21 +0000 (-0700) Subject: snap: Allow access to SSH keys and $HOME/.config/hugo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=575d7f8068082bf75ee4939fafa186c796a06a0c;p=brevno-suite%2Fhugo snap: Allow access to SSH keys and $HOME/.config/hugo Closes #11288 --- diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 2c5fa7dc0..71caa65c3 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -59,6 +59,12 @@ plugs: interface: personal-files read: - $HOME/.config/gcloud + dot-cache-hugo: + interface: personal-files + write: + - $HOME/.cache/hugo + ssh-keys: + interface: ssh-keys environment: HOME: $SNAP_REAL_HOME @@ -95,6 +101,8 @@ apps: - dot-aws - dot-azure - dot-config-gcloud + - dot-cache-hugo + - ssh-keys parts: git: