Skip to content

Commit

Permalink
apps: base: workstation: guix: Mount qbittorrent directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Dec 23, 2024
1 parent cf1ef6c commit 9ef0e54
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 @@ -176,6 +176,8 @@ spec:
mountPath: /srv
- name: home-oleg-config-qbittorrent
mountPath: /home/oleg/.config/qBittorrent
- name: home-oleg-dot-local-share-qbittorrent
mountPath: /home/oleg/.local/share/qBittorrent
lifecycle:
preStop:
exec:
Expand Down Expand Up @@ -540,6 +542,10 @@ spec:
hostPath:
path: /home/oleg/.config/qBittorrent
type: Directory
- name: home-oleg-dot-local-share-qbittorrent
hostPath:
path: /home/oleg/.local/share/qBittorrent
type: Directory
- name: home-oleg-src
hostPath:
path: /home/oleg/src
Expand Down

0 comments on commit 9ef0e54

Please sign in to comment.