Add cntr package if container service is enabled.
This commit is contained in:
parent
d2e8d17a21
commit
41b0efb12d
2 changed files with 2 additions and 2 deletions
|
@ -13,6 +13,6 @@ in mkIf (elem "podman" config.machine.services) {
|
|||
settings.dns_enabled = true;
|
||||
};
|
||||
};
|
||||
environment.systemPackages = (with pkgs; [ podman-compose ]) ++
|
||||
environment.systemPackages = (with pkgs; [ podman-compose cntr ]) ++
|
||||
(optional withDocker pkgs.docker-compose);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue