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" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1632516213, "lastModified": 1632520346,
"narHash": "sha256-CLsGIWi7oIU1Z3GxhZhzv1dJF/k336M4NjWSbyDWORw=", "narHash": "sha256-jDujzIelVZZdwLUHN0gfztQM8QPatcfbx82huBVbqyU=",
"ref": "main", "ref": "main",
"rev": "209e5e2292fa682643c4f360152ec09c12e3e7e4", "rev": "96f6572a4b7f11889ba56ba39cd7a5936e4484c0",
"revCount": 41, "revCount": 42,
"type": "git", "type": "git",
"url": "https://git.neet.dev/zuckerberg/radio.git" "url": "https://git.neet.dev/zuckerberg/radio.git"
}, },

View File

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