Skip to content

Commit

Permalink
guix-workstation: Fix pod syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Oct 25, 2024
1 parent a70cb4c commit 8013402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/base/workstation/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ spec:
mountPath: /home/oleg/.ssh/id_ed25519
- name: home-oleg-ssh-public-key
mountPath: /home/oleg/.ssh/id_ed25519.pub
- name: home-oleg-ssh-known_hosts
- name: home-oleg-ssh-known-hosts
mountPath: /home/oleg/.ssh/known_hosts
- name: nix
mountPath: /nix
Expand Down Expand Up @@ -327,7 +327,7 @@ spec:
hostPath:
path: /home/oleg/.ssh/id_ed25519.pub
type: File
- name: home-oleg-ssh-known_hosts
- name: home-oleg-ssh-known-hosts
hostPath:
path: /home/oleg/.ssh/known_hosts
type: File

0 comments on commit 8013402

Please sign in to comment.