Merge branch 'pr/podman-btrfs' into 'master'

Pr/podman btrfs

See merge request steveeJ/infra!60
This commit is contained in:
steveej 2020-10-26 13:01:00 +00:00
commit 244f7da2e9

View file

@ -117,11 +117,6 @@ let
# Default libpod support for container labeling
# label=true
'';
podmanConfigured = pkgs.writeShellScriptBin "podman" ''
${pkgs.podman}/bin/podman \
''${cmd[@]}
'';
in {
home.packages = with pkgs; [
podman
@ -141,6 +136,11 @@ in {
registries = []
'';
home.file.".config/containers/storage.conf".text = ''
[storage]
driver = "btrfs"
'';
home.file.".config/containers/policy.json".text = ''
{
"default": [