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

8
flake.lock generated
View File

@ -163,11 +163,11 @@
"nixpkgs": "nixpkgs_3"
},
"locked": {
"lastModified": 1632516213,
"narHash": "sha256-CLsGIWi7oIU1Z3GxhZhzv1dJF/k336M4NjWSbyDWORw=",
"lastModified": 1632520346,
"narHash": "sha256-jDujzIelVZZdwLUHN0gfztQM8QPatcfbx82huBVbqyU=",
"ref": "main",
"rev": "209e5e2292fa682643c4f360152ec09c12e3e7e4",
"revCount": 41,
"rev": "96f6572a4b7f11889ba56ba39cd7a5936e4484c0",
"revCount": 42,
"type": "git",
"url": "https://git.neet.dev/zuckerberg/radio.git"
},

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;