added mariadb to vars.nix
This commit is contained in:
parent
00570dee12
commit
4d719e0f23
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,10 @@
|
|||
port = "8096";
|
||||
};
|
||||
|
||||
mariadb = {
|
||||
port = "3306";
|
||||
};
|
||||
|
||||
podman = {
|
||||
extraOptions = [
|
||||
"-l=io.containers.autoupdate=registry"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue