diff --git a/modules/vars.nix b/modules/vars.nix index 22b2183..5be3fae 100644 --- a/modules/vars.nix +++ b/modules/vars.nix @@ -18,6 +18,10 @@ port = "8096"; }; + mariadb = { + port = "3306"; + }; + podman = { extraOptions = [ "-l=io.containers.autoupdate=registry"