use private secrets

This commit is contained in:
zuckerberg 2021-06-22 20:59:56 -04:00
parent e7b9b46f44
commit 4a7d82a075

View File

@ -35,12 +35,6 @@
isReadOnly = false;
};
};
bindMounts = {
"/run/secrets" = {
hostPath = "/run/secrets";
isReadOnly = true;
};
};
enableTun = true;
privateNetwork = true;
hostAddress = "172.16.100.1";