update radio

This commit is contained in:
zuckerberg
2021-09-24 17:53:00 -04:00
parent 189a4aa6c2
commit 484bbe6997
2 changed files with 8 additions and 6 deletions

View File

@@ -130,12 +130,14 @@ in {
hostPath = "/var/lib/";
isReadOnly = false;
};
};
bindMounts = {
"/run/secrets" = {
hostPath = "/run/secrets";
isReadOnly = true;
};
"/dev/fuse" = {
hostPath = "/dev/fuse";
isReadOnly = false;
};
};
enableTun = true;
privateNetwork = true;