Add podman-compose
This commit is contained in:
parent
7f99961f76
commit
4ef5eb923f
|
@ -4,4 +4,8 @@
|
|||
dockerCompat = false;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
podman-compose
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue