mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-13 23:28:20 +01:00
add docker-compose on all hosts (required for podman compose)
This commit is contained in:
parent
a4bfec80b2
commit
d24ae32af2
2 changed files with 3 additions and 0 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -150,6 +150,7 @@ in
|
||||||
vim
|
vim
|
||||||
tmux
|
tmux
|
||||||
sops
|
sops
|
||||||
|
docker-compose
|
||||||
];
|
];
|
||||||
|
|
||||||
users.users.lgm = {
|
users.users.lgm = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue