docker: now using podman

had to reboot to make ti come into effect
This commit is contained in:
silver 2023-05-19 18:18:18 +01:00
parent 7e380d6932
commit 614d905dfd

View file

@ -37,7 +37,7 @@
# see https://gitlab.com/c2842/computer_society/nixos/-/blob/733b867f4782afa795848135a83e97a5cafaf16a/applications/games/minecraft.nix # 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 # for an example of a single compose file with multiple services
virtualisation.arion = { virtualisation.arion = {
backend = "docker"; backend = "podman-socket";
projects = { projects = {
minecraft_proxy.settings.services.mc_proxy.service = { minecraft_proxy.settings.services.mc_proxy.service = {