diff --git a/container/Mail.nix b/container/Mail.nix index 98d98ea..2b42a0e 100644 --- a/container/Mail.nix +++ b/container/Mail.nix @@ -45,7 +45,7 @@ in { }; "/acme" = { hostPath = "${container.config.proxy.storage}/letsencrypt"; - isReadOnly = false; + isReadOnly = true; }; }; diff --git a/host/home/Container.nix b/host/home/Container.nix index c0056df..00213ef 100644 --- a/host/home/Container.nix +++ b/host/home/Container.nix @@ -69,6 +69,7 @@ in { internalInterfaces = [ "ve-+" ]; inherit (args) externalInterface; + # TODO: Do I even need this? forwardPorts = with args.container.config; [ # Dns Server. {