Skip to content

Commit

Permalink
apps: base: workstation: nixos: Mount /home/oleg/.config/wayvnc direc…
Browse files Browse the repository at this point in the history
…tory.
  • Loading branch information
wigust committed Nov 7, 2024
1 parent 92ccb69 commit 8737252
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 @@ -211,6 +211,8 @@ spec:
mountPath: /home/oleg/.config/google-chrome
- name: root-bash-history
mountPath: /root/.bash_history
- name: home-oleg-config-wayvnc
mountPath: /home/oleg/.config/wayvnc
- image: harbor.home.wugi.info/library/archlinux-systemd:latest
name: archlinux
env:
Expand Down Expand Up @@ -377,3 +379,7 @@ spec:
hostPath:
path: /home/oleg/.config/SocialStream
type: Directory
- name: home-oleg-config-wayvnc
hostPath:
path: /home/oleg/.config/wayvnc
type: Directory

0 comments on commit 8737252

Please sign in to comment.