update radio
This commit is contained in:
parent
189a4aa6c2
commit
484bbe6997
8
flake.lock
generated
8
flake.lock
generated
@ -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"
|
||||
},
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user