diff --git a/apps/base/workstation/daemonset.yaml b/apps/base/workstation/daemonset.yaml index 312c82ad7..1aa1aeb68 100644 --- a/apps/base/workstation/daemonset.yaml +++ b/apps/base/workstation/daemonset.yaml @@ -39,9 +39,6 @@ spec: mkdir /home/oleg/.config chown 1000:998 /home/oleg/.config - mkdir /home/oleg/.emacs.d - chown 1000:998 /home/oleg/.emacs.d - mkdir /home/oleg/.local chown 1000:998 /home/oleg/.local @@ -188,8 +185,6 @@ spec: mountPath: /home/oleg/.local/share/qBittorrent - name: qbittorrent-incomplete mountPath: /mnt/qbittorrent-incomplete - - name: home-oleg-dot-emacs-d - mountPath: /home/oleg/.emacs.d lifecycle: preStop: exec: @@ -614,10 +609,6 @@ spec: hostPath: path: /home/oleg/.local/share/qBittorrent type: Directory - - name: home-oleg-dot-emacs-d - hostPath: - path: /home/oleg/.emacs.d - type: Directory - name: home-oleg-src hostPath: path: /home/oleg/src