From 87372529aeb01f144a60c15007b1c20627a21f36 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Thu, 7 Nov 2024 14:07:23 +0300 Subject: [PATCH] apps: base: workstation: nixos: Mount /home/oleg/.config/wayvnc directory. --- apps/base/workstation/pod.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/base/workstation/pod.yaml b/apps/base/workstation/pod.yaml index 6bb7a8604..36ff3f516 100644 --- a/apps/base/workstation/pod.yaml +++ b/apps/base/workstation/pod.yaml @@ -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: @@ -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