nix/podman: use btrfs storage driver

This commit is contained in:
steveej 2020-10-26 13:41:13 +01:00
parent 2ad323ca8b
commit dfa82b02bb

View file

@ -136,6 +136,11 @@ in {
registries = [] registries = []
''; '';
home.file.".config/containers/storage.conf".text = ''
[storage]
driver = "btrfs"
'';
home.file.".config/containers/policy.json".text = '' home.file.".config/containers/policy.json".text = ''
{ {
"default": [ "default": [