fix wg secret mount on blocky container
This commit is contained in:
parent
b8aee72114
commit
1216e3c8a5
@ -13,7 +13,7 @@ in {
|
||||
hostBridge = "br0";
|
||||
localAddress = "${nodeAddress}/24";
|
||||
tmpfs = [ "/" ];
|
||||
bindMounts."/var/secrets/${wgConf}" = {
|
||||
bindMounts."${wgConf}" = {
|
||||
hostPath = wgConf;
|
||||
isReadOnly = true;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user