Files
home-manager/tests/modules/services/podman/configuration-storage-expected.conf
Thierry Delafontaine f4bcc1ae1c podman: add darwin support with machine management
- restructure module from `podman-linux` to platform-agnostic `podman`
- move linux-specific implementation to `modules/services/podman/linux/`
- add darwin module with declarative machine management
- implement launchd-based watchdog for auto-starting machines
- maintains backward compatibility with existing linux functionality
2026-01-09 09:15:55 -05:00

5 lines
109 B
Plaintext

[storage]
driver = "overlay"
graphroot = "$HOME/.containers/graphroot"
runroot = "$HOME/.containers/runroot"