Replace docker-compose with podman-compose
This commit is contained in:
parent
256db2b5dc
commit
a8b74142e1
2 changed files with 4 additions and 1 deletions
|
|
@ -1,7 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
dockerSocket.enable = true;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
podman-compose
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@ in
|
|||
# common
|
||||
asciinema
|
||||
bat
|
||||
docker-compose
|
||||
envsubst
|
||||
gnupg
|
||||
nmap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue