Skip to content

Commit

Permalink
apps: base: workstation: pod: Mount remmina configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Nov 11, 2024
1 parent 4e8eb67 commit 3c09d1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/base/workstation/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ spec:
mountPath: /home/oleg/.cache/ihs
- name: home-oleg-dot-config-obs-studio
mountPath: /home/oleg/.config/obs-studio
- name: home-oleg-dot-config-remmina
mountPath: /home/oleg/.config/remmina
- name: home-oleg-dot-local-share-remmina
mountPath: /home/oleg/.local/share/remmina
- name: home-oleg-dot-local-share-telegram
Expand Down Expand Up @@ -333,6 +335,10 @@ spec:
hostPath:
path: /home/oleg/.config/obs-studio-4k
type: Directory
- name: home-oleg-dot-config-remmina
hostPath:
path: /home/oleg/.config/remmina
type: Directory
- name: home-oleg-dot-local-share-remmina
hostPath:
path: /home/oleg/.local/share/remmina
Expand Down

0 comments on commit 3c09d1f

Please sign in to comment.