Mail : Make acme read-only.
This commit is contained in:
parent
ea9d9495e5
commit
c0d12ae542
|
@ -45,7 +45,7 @@ in {
|
||||||
};
|
};
|
||||||
"/acme" = {
|
"/acme" = {
|
||||||
hostPath = "${container.config.proxy.storage}/letsencrypt";
|
hostPath = "${container.config.proxy.storage}/letsencrypt";
|
||||||
isReadOnly = false;
|
isReadOnly = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -69,6 +69,7 @@ in {
|
||||||
internalInterfaces = [ "ve-+" ];
|
internalInterfaces = [ "ve-+" ];
|
||||||
inherit (args) externalInterface;
|
inherit (args) externalInterface;
|
||||||
|
|
||||||
|
# TODO: Do I even need this?
|
||||||
forwardPorts = with args.container.config; [
|
forwardPorts = with args.container.config; [
|
||||||
# Dns Server.
|
# Dns Server.
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue