Skip to content

Commit

Permalink
apps: base: workstation: pod: nixos: Create /home/oleg/.config dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Oct 26, 2024
1 parent d25b32e commit 96fa9bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/base/workstation/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ spec:
mkdir -p /mnt/nixos/home/oleg/.mozilla
chown 1000:998 /mnt/nixos/home/oleg/.mozilla
mkdir -p /mnt/nixos/home/oleg/.config
chown 1000:998 /mnt/nixos/home/oleg/.config
volumeMounts:
- mountPath: /home/oleg
name: container-home-oleg
Expand Down

0 comments on commit 96fa9bc

Please sign in to comment.