From 6ff6a577ceb0cd85fc03b30016d71fbe4f43b732 Mon Sep 17 00:00:00 2001 From: Lgmrszd Date: Fri, 28 Feb 2025 00:58:32 +0400 Subject: [PATCH] swap docker-compose for podman-compose --- hosts/laptop/configuration.nix | 2 +- hosts/vps1/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index da23fed..9a14dd5 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -391,7 +391,7 @@ in kdiskmark - docker-compose + podman-compose (let base = pkgs.appimageTools.defaultFhsEnvArgs; in pkgs.buildFHSEnv (base // { diff --git a/hosts/vps1/configuration.nix b/hosts/vps1/configuration.nix index d67918a..50b65a3 100644 --- a/hosts/vps1/configuration.nix +++ b/hosts/vps1/configuration.nix @@ -150,7 +150,7 @@ in vim tmux sops - docker-compose + podman-compose ]; users.users.lgm = {