9 lines
244 B
TOML
9 lines
244 B
TOML
[storage]
|
|
driver = "overlay"
|
|
runroot = "/run/user/{{ .chezmoi.uid }}/containers/"
|
|
graphroot = "{{ .chezmoi.homeDir }}/.local/share/containers/storage"
|
|
# [storage.options]
|
|
# mount_program = "/usr/bin/fuse-overlayfs"
|
|
|
|
|
|
# vim: ft=toml
|