added mariadb to vars.nix

This commit is contained in:
mc-fucker 2023-04-24 04:37:58 +02:00
parent 00570dee12
commit 4d719e0f23

View file

@ -18,6 +18,10 @@
port = "8096"; port = "8096";
}; };
mariadb = {
port = "3306";
};
podman = { podman = {
extraOptions = [ extraOptions = [
"-l=io.containers.autoupdate=registry" "-l=io.containers.autoupdate=registry"