From 614d905dfd29a0839ecb0a129c6c3eae1410611c Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Fri, 19 May 2023 18:18:18 +0100 Subject: [PATCH] docker: now using podman had to reboot to make ti come into effect --- applications/games/minecraft.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/games/minecraft.nix b/applications/games/minecraft.nix index 62cad96..38f3598 100644 --- a/applications/games/minecraft.nix +++ b/applications/games/minecraft.nix @@ -37,7 +37,7 @@ # see https://gitlab.com/c2842/computer_society/nixos/-/blob/733b867f4782afa795848135a83e97a5cafaf16a/applications/games/minecraft.nix # for an example of a single compose file with multiple services virtualisation.arion = { - backend = "docker"; + backend = "podman-socket"; projects = { minecraft_proxy.settings.services.mc_proxy.service = {