docker: now using podman
had to reboot to make ti come into effect
This commit is contained in:
parent
7e380d6932
commit
614d905dfd
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue