Skip to content

Commit

Permalink
apps: base: workstation: guix: Mount srv directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Dec 23, 2024
1 parent 74d9cbf commit 01b96d5
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 @@ -172,6 +172,8 @@ spec:
mountPath: /root/.bash_history
- name: home-oleg-src
mountPath: /home/oleg/src
- name: srv
mountPath: /srv
lifecycle:
preStop:
exec:
Expand Down Expand Up @@ -536,6 +538,10 @@ spec:
hostPath:
path: /home/oleg/src
type: Directory
- name: srv
hostPath:
path: /srv
type: Directory
- name: home-oleg-config-wayvnc
hostPath:
path: /home/oleg/.config/wayvnc
Expand Down

0 comments on commit 01b96d5

Please sign in to comment.