Skip to content

Commit

Permalink
apps: base: workstation: guix: Mount src directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Dec 23, 2024
1 parent 8f6e7e0 commit 74d9cbf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/base/workstation/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ spec:
mountPath: /home/oleg/.bash_history
- name: root-bash-history
mountPath: /root/.bash_history
- name: home-oleg-src
mountPath: /home/oleg/src
lifecycle:
preStop:
exec:
Expand Down Expand Up @@ -530,6 +532,10 @@ spec:
hostPath:
path: /home/oleg/.config/SocialStream
type: Directory
- name: home-oleg-src
hostPath:
path: /home/oleg/src
type: Directory
- name: home-oleg-config-wayvnc
hostPath:
path: /home/oleg/.config/wayvnc
Expand Down

0 comments on commit 74d9cbf

Please sign in to comment.