diff --git a/flake.lock b/flake.lock index 79acfa1..f617305 100644 --- a/flake.lock +++ b/flake.lock @@ -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" }, diff --git a/machines/liza/configuration.nix b/machines/liza/configuration.nix index 9eb9102..7b2a783 100644 --- a/machines/liza/configuration.nix +++ b/machines/liza/configuration.nix @@ -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;