aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.chezmoi.toml.tmpl
blob: f7b1156ee463b52482b4d525e6b7967e2e37cfd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
sourceDir = {{ .chezmoi.sourceDir | quote }}

[status]
  exclude = ["scripts"]

[diff]
  exclude = ["scripts"]

[data]
  # Block device holding the LUKS-encrypted root, without the /dev/ prefix
  # (e.g. "nvme0n1p2", "sda2"). Resolved to a UUID at apply time via lsblk,
  # used by etc/kernel/cmdline.tmpl.
  luksRootPartition = {{ promptStringOnce . "luksRootPartition" "LUKS root partition (e.g. nvme0n1p2)" | quote }}