add docker-compose on all hosts (required for podman compose)

This commit is contained in:
Lgmrszd 2025-02-28 00:02:32 +04:00
parent a4bfec80b2
commit d24ae32af2
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE
2 changed files with 3 additions and 0 deletions

View file

@ -391,6 +391,8 @@ in
kdiskmark kdiskmark
docker-compose
(let base = pkgs.appimageTools.defaultFhsEnvArgs; in (let base = pkgs.appimageTools.defaultFhsEnvArgs; in
pkgs.buildFHSEnv (base // { pkgs.buildFHSEnv (base // {
name = "fhs"; name = "fhs";

View file

@ -150,6 +150,7 @@ in
vim vim
tmux tmux
sops sops
docker-compose
]; ];
users.users.lgm = { users.users.lgm = {