nix/podman: use btrfs storage driver
This commit is contained in:
parent
2ad323ca8b
commit
dfa82b02bb
1 changed files with 5 additions and 0 deletions
|
@ -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": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue