Skip to content

Commit 2ceef2c

Browse files
DevelopmentCatsbrymut
authored andcommitted
fix(hetzner-linux): update volume mount path in cloud-config template
1 parent e87cd99 commit 2ceef2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry/brymut/templates/hetzner-linux/cloud-config.yaml.tftpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fs_setup:
1515

1616
mounts:
1717
- [
18-
"LABEL=${home_volume_label}",
18+
"/dev/disk/by-id/scsi-0HC_Volume_${volume_id}",
1919
"/home/${username}",
2020
auto,
2121
"defaults,uid=1000,gid=1000",

0 commit comments

Comments
 (0)