30 lines
516 B
Nix
30 lines
516 B
Nix
{
|
|
|
|
invidious = {
|
|
domain = "yt.mc-fucker.cool";
|
|
db_user = "kemal";
|
|
db = "invidious";
|
|
pw = "sicher";
|
|
};
|
|
|
|
jellyfin = {
|
|
domain = "jf.mc-fucker.cool";
|
|
port = "8096";
|
|
};
|
|
|
|
podman = {
|
|
extraOptions = [
|
|
"-l=io.containers.autoupdate=registry"
|
|
"--dns=100.100.100.100"
|
|
"--dns-search=mc-fucker.vpn.mc-fucker.cool"
|
|
];
|
|
hostIP = "10.88.0.1";
|
|
};
|
|
|
|
zabbix = {
|
|
domain = "zbx.mc-fucker.cool";
|
|
db = "zabbix";
|
|
port = "8999";
|
|
};
|
|
}
|
|
# vim: set et ts=2 sw=2 ai:
|