iac/modules/castopod/files/secrets.mount.tftpl

12 lines
186 B
Text
Raw Normal View History

2025-01-10 15:10:39 +00:00
[Unit]
Description = Mountpoint for persistent secrets
[Mount]
What=LABEL=${secrets_part_name}
Where=/var/opt/secrets
Type=ext4
Options=nosuid,nodev
[Install]
WantedBy=local-fs.target