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