From 8588398094b63b93adb91fcdf4dbbc4dd0e2d667 Mon Sep 17 00:00:00 2001 From: Hermes-Neo Date: Sat, 18 Jul 2026 02:26:20 +0100 Subject: [PATCH] refactor: swap docker-host for podman in common imports --- modules/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common.nix b/modules/common.nix index b8c0fac..a61dd3b 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -8,6 +8,6 @@ ./common/networking.nix ./common/system.nix ./common/garbage-collection.nix - ./common/docker-host.nix + ./common/podman.nix ]; }