mirror of https://gitlab.crans.org/nounous/nixos
add hodaur in trusted_proxies
parent
753c107382
commit
06bb5102c1
|
@ -37,6 +37,14 @@
|
||||||
"opcache.memory_consumption" = "512";
|
"opcache.memory_consumption" = "512";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
trusted_proxies = [
|
||||||
|
# hodaur
|
||||||
|
"172.16.10.145"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
appstoreEnable = true;
|
appstoreEnable = true;
|
||||||
extraAppsEnable = true;
|
extraAppsEnable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue