From 673878591232c02eb6d83db053ab04d07b64b523 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Mon, 18 Aug 2025 10:27:02 +0000 Subject: [PATCH] fix(nix): use podman --- nix/hosts/chaewon/sys.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/hosts/chaewon/sys.nix b/nix/hosts/chaewon/sys.nix index d934da2..8a0442f 100644 --- a/nix/hosts/chaewon/sys.nix +++ b/nix/hosts/chaewon/sys.nix @@ -49,7 +49,7 @@ }; }; - virtualisation.docker.enable = true; + virtualisation.podman.enable = true; services.gitea-actions-runner = { package = pkgs.forgejo-actions-runner;