fix wg secret mount on blocky container

This commit is contained in:
Dmitriy Kholkin 2023-11-22 06:22:12 +03:00
parent b8aee72114
commit 1216e3c8a5

View File

@ -13,7 +13,7 @@ in {
hostBridge = "br0";
localAddress = "${nodeAddress}/24";
tmpfs = [ "/" ];
bindMounts."/var/secrets/${wgConf}" = {
bindMounts."${wgConf}" = {
hostPath = wgConf;
isReadOnly = true;
};